What is the mAP metric and how is it calculated?

前端 未结 6 765
臣服心动
臣服心动 2020-12-12 09:07

In computer vision and object detection, the common evaluation method is mAP. What is it and how is it calculated?

6条回答
  •  一生所求
    2020-12-12 09:48

    Definition: mAP → mean Average Precision

    In most of the object detection contests, there are many categories to detect, and the evaluation of the model is performed on one specific category each time, the eval result is the AP of that category.

    When every category is evaluated, the mean of all APs is calculated as the final result of the model, which is mAP.

提交回复
热议问题