YOLOv3_PyTorch icon indicating copy to clipboard operation
YOLOv3_PyTorch copied to clipboard

Confused with your mAP computing!

Open fighting-liu opened this issue 6 years ago • 4 comments

@BobLiu20 Thanks for your code, but your mAP computing is actually recall at specific confidence threshold, which is totally different from mAP. Here is my test results on your models with coco-evaluate tools.

Input size: 416x416

YOLOv3 (convert from paper) mAP: 0.291(0.31 for paper) mAP(0.5): 0.532 (0.553 for paper)

YOLOv3 (our train 20 epochs) mAP:0.239 mAP(0.5): 0.461

fighting-liu avatar Jun 28 '18 12:06 fighting-liu

@fighting-liu Hi, which val dataset using in your testing. 5k or 40504?
I would like to try it now. thanks.

BobLiu20 avatar Jun 29 '18 10:06 BobLiu20

@BobLiu20 I just use your val dataset 5k.

fighting-liu avatar Jun 29 '18 13:06 fighting-liu

@fighting-liu Hi, when I finishing training, how can I create the json file to evaluate the model, can you provide some script, thanks

wangxianrui avatar Jul 13 '18 02:07 wangxianrui

@fighting-liu I meet the same problem. So the true mAP is 0.239?

yanxp avatar Aug 10 '18 11:08 yanxp