pyaf / parallel_mAP_evaluation

This repo parallelizes mAP_evaluation using python's multiprocessing module.
Other
18 stars 2 forks source link

about the formula #2

Open DaHaiHuha opened 4 years ago

DaHaiHuha commented 4 years ago

Hi, thanks for your great work, but I do have a doubt here: In the evaluation page, it said: image So, it's not like running the same scripts with different threshold over and over again, do you have any ideas? Thanks! Maybe I misunderstand your code

pyaf commented 4 years ago

.. the above precision values at each IoU threshold

So, it is indeed like running the same script with different thresholds.

DaHaiHuha commented 4 years ago

How to fix that bug? Did anyone have some ideas?