WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 575 forks source link

[ IoU theshold affect mAP in CoCo] #159

Open baobao-vn opened 3 years ago

baobao-vn commented 3 years ago

Hi, thank for your nice scaled works. I have a quesion really want you to clarify. The mAP score in COCO benchmark of your is calculated when you set IoU theshold = 0.001 right? "python test.py --img 896 --conf 0.001 --batch 8 --device 0 --data coco.yaml --weights weights/yolov4-p5.pt" (low precision, high recall) If you change to 0.1 or 0.2 the score in COCO benchmark will reduce right? (high precision, low recall)

WongKinYiu commented 3 years ago

yes.