YoloParser.parse_images_and_labels#

YoloParser.parse_images_and_labels(images_path: str, labels_path: str)[source]#

We assume image and labels are correlated, meaning equivalent directories with matching image and label names.

Parameters
images_pathstr

Path to the images directory.

labels_pathstr

Path to the labels directory.