open-mmlab / mmdetection

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

For mmdetection, how can i get the prediction result which is processed by NMS? #11728

Open FengRongYue opened 1 month ago

FengRongYue commented 1 month ago

When i run "tools/ test.py .... --out result.pkl", the result.pkl contains detailed informations of 300 prediction box for each image. The 300 prediction boxes have not been processed by NMS. How can i obtain the prediction box processed by NMS? image