MathGaron / mean_average_precision

Small and simple python/numpy utility to compute mean average precision (mAP) on detection task.
MIT License
117 stars 45 forks source link

README unclear #20

Closed qualiaa closed 5 years ago

qualiaa commented 5 years ago

In the README, where it says:

it would be much clearer to use some other variable for the ground truth sizes. I spent a while wondering what n could possibly be shared between the predicted and gt boxes.

MathGaron commented 5 years ago

Good point! Thank you, I just fixed it.