Flow-Guided-Feature-Aggregation icon indicating copy to clipboard operation
Flow-Guided-Feature-Aggregation copied to clipboard

Question about calculation of mAP

Open kindloaf opened this issue 6 years ago • 0 comments

Hi, I'm reading the code to calculate mAP. In the code: https://github.com/msracver/Flow-Guided-Feature-Aggregation/blob/master/lib/dataset/imagenet_vid_eval.py#L58 When calculating the AUC of precision over recall on one class, it seems like the code enforces the precision to be monotonic by bumping up some precision.

Is this the general method to evaluate mAP?

kindloaf avatar Dec 19 '18 21:12 kindloaf