yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.08k stars 182 forks source link

About label tool #2

Closed oukohou closed 3 years ago

oukohou commented 3 years ago

Great work! But a little question: Do you know any tools for labeling images of rotating bboxes using eight params(namely four points of bbox)? Thanks~

yangxue0827 commented 3 years ago

labelme @oukohou

Testbild commented 3 years ago

@yangxue0827 I have one more question regarding the tool.

The tool saves as .json file but I believe the annotations have to be in XML style format? How do I convert that?

Thank you very much for your help.