open-mmlab / mmrotate

OpenMMLab Rotated Object Detection Toolbox and Benchmark
https://mmrotate.readthedocs.io/en/latest/
Apache License 2.0
1.88k stars 558 forks source link

How can i use nms_rotated with class_agnostic=True? #1006

Open gjustin40 opened 8 months ago

gjustin40 commented 8 months ago

What's the feature?

I want to use nms_rotated with class_agnostic.

According to docs, while other NMS methods have the class_agnostic option, it is not available for nms_rotated.

Do you have any ideas? Thanks

Any other context?

No response