Hi everyone,
I’m facing an issue with Roboflow when exporting my datasets in the YOLOv8 format. The labels in the exported ZIP file do not appear in the order I originally specified during class creation. I want my classes/labels to remain in the exact order I entered them, even if I don’t use all the classes in each dataset.
Here’s the order of my labels:
- Finger_Blue
- Finger_Red
- Finger_Yellow
- HB_Two
- HB_Three
- RB_Two
- RB_Three
- Mounting_Station
- No_Part
- Assy_0
- Assy_25
- Assy_33,3
- Assy_50
- Assy_66,7
- Assy_75
- Assy_100
For example, even if I don’t use Finger_Blue in a dataset and only include Finger_Yellow, I still want Finger_Blue to correspond to class 0 and Finger_Yellow to class 2 in the export.
Is there a solution to keep the label order intact regardless of which classes are used in the dataset? Any advice would be greatly appreciated!
Thanks in advance!