jbwang1997 / OBBDetection

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

Clarifications about the idea of the methodology #162

Open chandlerbing65nm opened 2 years ago

chandlerbing65nm commented 2 years ago

It's been a while since I read your great paper. This is what I remembered:

If I'm right, this is a direct improvement of RoI transformer (and its variant ReDet) right?

In RoI Transformer, the first roi extractor is still an HBB and its second roi extractor is OBB. Your method directly extracts OBB from the first roi extractor, without using the RoI Transformer.