jbwang1997 / OBBDetection

OBBDetection is an oriented object detection library, which is based on MMdetection.
Apache License 2.0
520 stars 111 forks source link

How do I make DOTA datasets and do I need to add category information to class_names.py in order to display categories during testing #123

Open zhangleigood opened 2 years ago

zhangleigood commented 2 years ago

Describe the feature

Motivation A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when [....]. Ex2. There is a recent paper [....], which is very helpful for [....].

Related resources If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.

Additional context Add any other context or screenshots about the feature request here. If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.

jbwang1997 commented 2 years ago

For now, OBBDetection hasn't supported drawing class name in images. You can try visualize.py in BboxToolkit.