Matlab script, which converts the labels from the Video Labeler App into the Darknet-YOLO-Format.
- The script only works on image PNG-image sequences. If you have annotated a video, convert it into an imag sequence and save all of the images in one folder. The folder can not contain any PNG-files besides the annotated sequence.
- The YOLO-format saves the class as an integer. The script generates those integers based on the order at which the classes are displayed in the Video Labeler. Make sure your classes are ordered accordingly.