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

Optionally plot class names instead of indices #21

Closed StephenRUK closed 5 years ago

StephenRUK commented 5 years ago

Can pass class names to plot command. If not passed, display class index as before.