open-mmlab / mmdetection

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

Is there any ideas to speed up analyze_results.py? #12022

Open gjustin40 opened 3 weeks ago

gjustin40 commented 3 weeks ago

I'm using analyze_results.py to calculate the AP of each image. However, it seems that the batch functionality is not working. As a result, the process runs one image at a time, which takes too long.

Are there any suggestions to speed up the analyze_results.py process? Or are there any plans to enhance this function?

Thank you!