IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.95k stars 204 forks source link

what should I do to reduce the overlap of prediction results? #224

Open sjtu-cz opened 1 year ago

sjtu-cz commented 1 year ago

In my custom dataset, i do not want the overlap predictions, what should I do to reduce the overlap of prediction results?

rentainhe commented 1 year ago

maybe you can try to use nms operation