YoloParser.parse_yolo_dir#

YoloParser.parse_yolo_dir(yolo_path: str)[source]#

Create COCO dataset from a directory containing images and labels in the YOLO format.

Used https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/md-coco-overview.html for reference

Parameters
yolo_pathstr

Path to the YOLO directory.