eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.31k stars 2.63k forks source link

mAP not the official COCO mAP measurement? #285

Open starlipernl opened 5 years ago

starlipernl commented 5 years ago

According to COCO dataset, the mAP metric should be calculated as: AP at IoU=.50:.05:.95 (primary challenge metric) The mAP calculated in this implementation is actually mAP @ IOU=0.5. Wouldn't this cause the model to get higher mAP than the true value?

ujsyehao commented 4 years ago

you just compare with mAP@0.5