Im in the process of trying to convert the COCO dataset into something Label-Studio can understand, and checked around before asking. I stumbled across someone else doing it, and they seemed to be able to get it to work, but nothing is being outputted for me.
label-studio-converter import coco -i /orin-robotics/datasets/coco/annotations/instances_val2017.json -o /orin-robotics/coco.json
It’s throwing a JSON key error on the annotations file, and Im wondering if Im using the right file for the conversion.
File “/root/Documents/label-studio/lib/python3.12/site-packages/label_studio_converter/imports/coco.py”, line 54, in create_segmentation
segmentation = annotation[‘segmentation’][0]
All of the data was pulled from the COCO site