tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.79k stars 476 forks source link

How to perform single class NMS (all overlapping bboxes to be discarded except for the highly confident ones without considering label)? #150

Closed optimisticabouthumanity closed 3 months ago

optimisticabouthumanity commented 3 months ago

Before Asking

Search before asking

Question

Hi, I'd like to perform NMS without considering class label. How can achieve that in DAMO-YOLO codebase?

Additional

No response

optimisticabouthumanity commented 3 months ago

found a way to do that.