Tencent / ObjectDetection-OneStageDet

单阶段通用目标检测器
Other
1.97k stars 499 forks source link

question about mAP ?????? #72

Open Peterisfar opened 5 years ago

Peterisfar commented 5 years ago

on my test : 1、VOC=2007test、yolov3 、 conf threshold =0.005 ,mAP is 0.74 2、VOC=2007test、yolov3、conf threshold=0.01,mAP is 0.52. 【mAP's function is "faster rcnn ---voc_eval.py"】 but in https://github.com/Stinky-Tofu/Stronger-yolo/blob/master/v2/README.md, conf_threshold=0.01,but mAP is 0.733(baseline, no tricks).

so , my question is your mAP=0.79 in README.md just beacause of lower conf threshold?

ghost commented 4 years ago

on my test : 1、VOC=2007test、yolov3 、 conf threshold =0.005 ,mAP is 0.74 2、VOC=2007test、yolov3、conf threshold=0.01,mAP is 0.52. 【mAP's function is "faster rcnn ---voc_eval.py"】 but in https://github.com/Stinky-Tofu/Stronger-yolo/blob/master/v2/README.md, conf_threshold=0.01,but mAP is 0.733(baseline, no tricks).

so , my question is your mAP=0.79 in README.md just beacause of lower conf threshold?

python examples/voc_eval.py Yolov2 like this is all?

Peterisfar commented 4 years ago

on my test : 1、VOC=2007test、yolov3 、 conf threshold =0.005 ,mAP is 0.74 2、VOC=2007test、yolov3、conf threshold=0.01,mAP is 0.52. 【mAP's function is "faster rcnn ---voc_eval.py"】 but in https://github.com/Stinky-Tofu/Stronger-yolo/blob/master/v2/README.md, conf_threshold=0.01,but mAP is 0.733(baseline, no tricks). so , my question is your mAP=0.79 in README.md just beacause of lower conf threshold?

python examples/voc_eval.py Yolov2 like this is all?

I don't clear yout question, but i have creat the new resposibility in https://github.com/Peterisfar/YOLOV3.