parallel_mAP_evaluation
parallel_mAP_evaluation copied to clipboard
This repo parallelizes mAP_evaluation using python's multiprocessing module.
Hi, thanks for your great work, but I do have a doubt here: In the evaluation page, it said:  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:...