Roboflow needs a feature to modify the class index start sequencing

Hi @Symbadian1 , I believe our system still shows you the indexes of the labels. In the image below:

  • index 1 = head | index 2 = helmet | index 3 = person

image

They are alphabetical upon export:

  • Example annotation file export for COCO JSON (hard hat dataset)
    image

  • Example annotation file export for YOLOv5 PyTorch (hard hat dataset, data.yaml file)
    image

Let me know if that doesn’t resolve the issue, as I’m confused as to what you’re asking. Did you try merging the datasets before exporting them, rather than manually manipulating files?