jbwang1997 / OBBDetection

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

About roi_align_rotated output size #160

Open ghost opened 2 years ago

ghost commented 2 years ago

In the traditional rotated object detector, In order to ensure consistent classification and localization of objects in different scales, the output features are usually changed to 7*7 size during the rotated roi operation, but I want to extract the corresponding features according to the real size of the object. How can I handle this?