pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.69k stars 21.33k forks source link

MAP of YoloV3-tiny #2212

Open Nishant-DN opened 4 years ago

Nishant-DN commented 4 years ago

Dear AlexyAB, In the official website of YOLO, they are claimimg MAP of 33.1% for YOLOV3-tiny.But on which datasets they are claimimng these results? Are they using COCO test dataset 2014 and COCO val dataset 2017 or some other datasets? MAP Actually I have done MAP calculation using your github repo and I was able to get MAP of 60% on cocoval2017 dataset which contains 5K images. Is this correct or Am I doing anything wrong? coco_val2017_MAP.txt Any help would be appreciated!!

cvvaldez commented 3 years ago

Hi @Nishant-DN may I know which command did you use to perform the MAP calculation?