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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -