- Project Type: Instance Segmentation
- Operating System & Browser: Windows 11 & FireFox 150.0.1
- Project Universe Link or Workspace/Project ID:
- Do you grant Roboflow Support permission to access your Workspace for troubleshooting? (No):
When exporting datasets in the coco format the bounding boxes have mixed types (numerics and string) which is not following the coco standard. This is causing issues when importing into datumaro library.
The bbox consistently shows numerics followed by strings:
“bbox”:[1080,5,“451”,“1455”]
Datumaro Exception related to this:
Interestingly, I can still import the exported coco dataset with annotations back into Roboflow without any issues.
This deviates from the Roboflow documentation examples too: What is the COCO JSON Annotation Format?
