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?
I'm using
analyze_results.py
to calculate the AP of each image. However, it seems that thebatch
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!