Cartucho / mAP

mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Apache License 2.0
2.93k stars 910 forks source link

Query regarding Average Precision Curve #149

Open anjanaouseph opened 3 years ago

anjanaouseph commented 3 years ago

Hi @Cartucho I got the below graph for Average Precision. Does this look correct or Is there anything wrong with it?

car

As far as I understand we are not using 11-point interpolation here instead ploting the precision/recall curve with precision monotonically decreasing by setting the precision for recall ’r’ of all data points to the maximum precision obtained for any recall r’ > r. Unlike previously where we used to divide the recall to 11 equally spaced points?