module documentation

Undocumented

Constant _SUPPORTED_ANNOTATION_FORMATS Undocumented
_SUPPORTED_ANNOTATION_FORMATS: dict[DatasetType, list[str]] = ΒΆ

Undocumented

Value
{DatasetType.COCO: ['boundingbox', 'instance_segmentation', 'keypoints'],
 DatasetType.VOC: ['boundingbox'],
 DatasetType.DARKNET: ['boundingbox'],
 DatasetType.YOLOV6: ['boundingbox'],
 DatasetType.YOLOV4: ['boundingbox'],
 DatasetType.CREATEML: ['boundingbox'],
 DatasetType.TFCSV: ['boundingbox'],
...