open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.34k stars 9.42k forks source link

How to choose nms type, such as nms, soft-nms, etc. #6710

Closed ts19970816 closed 2 years ago

ts19970816 commented 2 years ago

How to choose nms type, such as nms, soft-nms, etc.

hhaAndroid commented 2 years ago

@ts19970816 Softnms is more suitable for dense scenes, generally the performance will be better, but not absolute.

ts19970816 commented 2 years ago

Select softnms in that configuration file

shenyi0220 commented 2 years ago

BTW, a cluster better than soft-nms is provided here(https://github.com/shenyi0220/CP-Cluster)

ts19970816 commented 2 years ago

thanks