junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
17 stars 2 forks source link

ML Metrics Detection APmAPAR #382

Open junxnone opened 1 year ago

junxnone commented 1 year ago

AP & mAP & AR

AP

计算步骤

GT image
Predict Dog image

计算 Precision & Recall

Plot PRCurve

image mean-average-precision-map-calculation-11-point-interpolation-pascal-voc-manual

11 Point Interpolation Method

image

The intention in interpolating the precision/recall curve in this way is to reduce the impact of the “wiggles” in the precision/recall curve, caused by small variations in the ranking of examples.

Interpolating all points

$\huge \sum{0}^{n}(r{n+1} - rn)p{interp}(r{n+1})\newline p{interp}(r{n+1})=\underset{\bar{r}:\bar(r)\geq r{n+1}}{max}p(\tilde{r})$

101 Point Interpolation AP

mAP


COCO 中称 mAP 为 AP We make no distinction between AP and mAP (and likewise AR and mAR) and assume the difference is clear from context.

AR