retinanet-examples
retinanet-examples copied to clipboard
JSON Annotations
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 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