parallel_mAP_evaluation icon indicating copy to clipboard operation
parallel_mAP_evaluation copied to clipboard

This repo parallelizes mAP_evaluation using python's multiprocessing module.

Results 2 parallel_mAP_evaluation issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your great work, but I do have a doubt here: In the evaluation page, it said: ![image](https://user-images.githubusercontent.com/38548370/68082728-07ed9300-fe5b-11e9-8984-f7c3147dfce1.png) So, it's not like running the same scripts with different...

I am trying to evaluate my prediction file and mAP_evaluation.py is giving following error: Starting mAP computation /usr/local/lib/python3.6/dist-packages/lyft_dataset_sdk/eval/detection/mAP_evaluation.py:312: RuntimeWarning: invalid value encountered in true_divide recalls = tp / float(num_gts) /usr/local/lib/python3.6/dist-packages/lyft_dataset_sdk/eval/detection/mAP_evaluation.py:314:...