datumaro.plugins.data_formats.cvat.format#

Classes

CvatPath()

class datumaro.plugins.data_formats.cvat.format.CvatPath[source]#

Bases: object

IMAGES_DIR = 'images'#
IMAGE_EXT = '.jpg'#
BUILTIN_ATTRS = {'keyframe', 'occluded', 'outside', 'track_id'}#
SUPPORTED_IMPORT_SHAPES = {'box', 'mask', 'points', 'polygon', 'polyline'}#
SUPPORTED_EXPORT_SHAPES = {AnnotationType.mask, AnnotationType.points, AnnotationType.polygon, AnnotationType.polyline, AnnotationType.bbox}#