mrlooi / rotated_maskrcnn

Rotated Mask R-CNN: From Bounding Boxes to Rotated Bounding Boxes
MIT License
349 stars 62 forks source link

Annotation Tool #37

Closed yashwant07 closed 3 years ago

yashwant07 commented 3 years ago

❓ Questions and Help

Can you suggest me a good annotation tool? where I can do annotations on my dataset and export it in the required format. (tool should be open source)

mrlooi commented 3 years ago

An annotation tool that supports polygons annotation is a good bet. Just google those, or "labelling for instance segmentation"

yashwant07 commented 3 years ago

thanks, bro! but tell me one more thing if I don't want to use a rotated mask RCNN then which config file I can use for rotated bounding box not mask! or the format of annotation required for that...I really want to connect with you if you have any other platform where we can talk...

mrlooi commented 3 years ago

Simply turn off the instance segmentation options in the config, and it will default to just rotated bounding box. The annotation is still the same: Polygons. Internally the code generates rotated bounding boxes based on the polygons

yashwant07 commented 3 years ago

thanks!

On Wed, Nov 4, 2020 at 9:23 PM mrlooi notifications@github.com wrote:

Simply turn off the instance segmentation options in the config, and it will default to just rotated bounding box. The annotation is still the same: Polygons. Internally the code generates rotated bounding boxes based on the polygons

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mrlooi/rotated_maskrcnn/issues/37#issuecomment-721814281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP2MEWMIVX72RWZSF7QSBETSOF2IFANCNFSM4TJSC5RQ .