Open Peterisfar opened 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?
python examples/voc_eval.py Yolov2 like this is all?
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.
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?