YOLO-Coco-Dataset-Custom-Classes-Extractor
YOLO-Coco-Dataset-Custom-Classes-Extractor copied to clipboard
Get specific classes from the Coco Dataset with annotations for the Yolo Object Detection model for building custom object detection models.
Hi, I tried to use your code but it seems that not all labels in an image are been saved for example id there are 3 cars in an image...
Nice and helpful project :-) One issue I noticed Line 40 in coco-extractor.py: s = "0 " + str((topLeftX + (topLeftX + width)) / 2) + " " + \...
Allows for downloading of a specific number of instances. Signed-off-by: apostolescus