jbwang1997 / OBBDetection

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

About the result #63

Closed Banhkun closed 2 years ago

Banhkun commented 2 years ago

image Thanks for your contribution! Is this the result of the model on VOC 2007 and 2012 ? I wonder because you write "HRSC dataset" above

jbwang1997 commented 2 years ago

The voc07 and voc12 donate different metrics. The models are trained on the HRSC dataset and evaluated in voc07 and voc12 metrics separately.

Banhkun commented 2 years ago

Thank you

Banhkun commented 2 years ago

Can you help me the last thing? How can I evaluate in voc07 and voc12 metrics separately?. Cause the test script only have 2 options for eval metrics: mAP and recall. I don't know that mmdetection support it. image Thank you

jbwang1997 commented 2 years ago

You can add --options use_07_metric=False at the end of your command to change the metric from voc07 to voc12.

Banhkun commented 2 years ago

Oh! Thanks