Once I update the labelme label, or add some new images and labels, the converted YOLO dataset has a different order of class names.
e.g. before the names are: class1, class2
Now the names become: class2, class1
Is there any way to keep it the same as previous order?