Hi,
I am creating a script to transform the annotation file into a coco json annotation file. The thing is that the image names in the annotation file have nothing to do with the image names in the dataset. It's impossible to know which annotation belongs to which image. How can I do that?
Thanks