PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

mAP not the official COCO mAP measurement?

Open starlipernl opened this issue 6 years ago • 1 comments

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?

starlipernl avatar Aug 22 '19 15:08 starlipernl

you just compare with [email protected]

ujsyehao avatar Nov 12 '19 04:11 ujsyehao