matlab - VOCevaldet.m produces incorrect mAP -


i attempt compute map of yolo_v2 , ssd on voc2007 test set using vocevaldet.m, in both cases reach lower maps values reported in papers.

to produce detection txt files in voc format (a file per class), use command ./darknet detector valid cfg/voc.data cfg/yolo-voc.cfg weights/yolo-voc.weights yolo in darknet, , python script score_ssd_pascal.py ssd in caffe.

what missing? why don't same results in papers?

thanks.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -