open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.86k stars 1.64k forks source link

[Feature] about RoIPoolRotated implement #2630

Open ghost opened 1 year ago

ghost commented 1 year ago

What is the feature?

Thank you for providing such great work!

In the rotated object detection task, the common feature pooling method is RoIAlignRotated. If there is a max pooling, i.e. RoIPoolRotated method. If not how should I modify it?

In the RoIAlign implementation, there is a parameter pool_mode that controls whether the pooling method is max pooling or avg pooling, is there a similar parameter in RotatedRoIAlign?

Any other context?

No response

HAOCHENYE commented 1 year ago

Hi! we may invite @zytx121 to have a look!

zytx121 commented 1 year ago

Hi @Ariyl, because there is no paper to use, RoIPoolRotated is not currently supported. This is a point to be studied,and you are welcome to submit PR.