retinanet-examples icon indicating copy to clipboard operation
retinanet-examples copied to clipboard

JSON Annotations

Open jmayank23 opened this issue 4 years ago • 2 comments

jmayank23 avatar Jun 03 '21 08:06 jmayank23

I wish to fine-tune the model on a custom dataset with rotated labels. Is there any labeling tool that will allow rotated labels in JSON Format? I found this and this, but they provide labels in XML format.

Just wondering if there is an appropriate tool to get the correct format or should I use one of the tools linked above and then convert from XML to JSON using this

Thank you in advance

jmayank23 avatar Jun 03 '21 11:06 jmayank23

@jmayank23 You could use the roLabelImg that you linked and my pull request from the voc2coco repo https://github.com/Tony607/voc2coco/pull/12#issue-1023510998

There I added the rotation conversion, so you can convert the PASCAL VOC to JSON

Testbild avatar Oct 12 '21 13:10 Testbild