Open jinzishuai opened 4 years ago
Please note that I originally thought CVAT reorders the labels alphabetically but after further look at the resulting labels (screenshot above), they are actually not alphabetic either.
In fact, the problem is only that the first entry is moved to the very last while the order of the other labels remain unchanged.
@jinzishuai, can you please check if #3987 would resolve the issue?
My actions before raising this issue
Expected Behaviour
I am training a model using YOLOv5 and the objects are labelled using the 80 classes of COCO:
I am having a bit of challengens creating a labeling task in CVAT. I am able to generate the 80 labels in JSON format but it seems that CVAT will reorder them labels by placing the first label in the last, therefore breaking the original order of COCO.
Current Behaviour
... ]
Context
It is my understanding that the order of the labels are important for machine learning trainings since in the end, each label is represented as a integer number such as
41
for the "cup" class. If the data is now labelled with a different number, then the model will be completely wrong.Your Environment
https://cvat.org/tasks/10146
Next steps
You may join our Gitter channel for community support.