When importing from YOLO dataset the generated JSON have "from_name": "label" which leaves the bounding boxes without labels. If I replace all the "from_name": "label" to "from_name": "labels" and it works. I have no idea why I just found out what is the difference from "updated" XML from inside Label Studio and the generated one by label-studio-converter.
PS: I just saw that it generates the XML with this line <RectangleLabels name="labels" toName="image"> and for some reason in the YOLO importer the default value is like this:
When importing from YOLO dataset the generated JSON have
"from_name": "label"
which leaves the bounding boxes without labels. If I replace all the"from_name": "label"
to"from_name": "labels"
and it works. I have no idea why I just found out what is the difference from "updated" XML from inside Label Studio and the generated one by label-studio-converter.PS: I just saw that it generates the XML with this line
<RectangleLabels name="labels" toName="image">
and for some reason in the YOLO importer the default value is like this: