For more information on the search, visit the help page.
enums
_SUPPORTED_ANNOTATION_FORMATS
DatasetType
luxonis_ml.enums.enums
luxonis_ml
Undocumented
dict[DatasetType, list[str]]
{DatasetType.COCO: ['boundingbox', 'instance_segmentation', 'keypoints'], DatasetType.VOC: ['boundingbox'], DatasetType.DARKNET: ['boundingbox'], DatasetType.YOLOV6: ['boundingbox'], DatasetType.YOLOV4: ['boundingbox'], DatasetType.CREATEML: ['boundingbox'], DatasetType.TFCSV: ['boundingbox'], ...