ppengtang/pcl.pytorch

About result of vgg16_voc2007.xml

theshy456 opened this issue · 2 comments

Thanks for your nice code. I found the result of vgg16_voc2007.yaml is only 50.9 mAP in my experiment. Could you help me choose the correct $MODEL_PATH?

CUDA_VISIBLE_DEVICES=0 python tools/test_net.py --cfg configs/baselines/vgg16_voc2007.yaml
--load_ckpt Outputs/vgg16_voc2007/$MODEL_PATH
--dataset voc2007trainval

You can try this one: https://drive.google.com/file/d/1jKjA4fO_Drd6Coqnd4w9Cmv0aCkuO-Yj/view?usp=sharing

Thanks for your reply.The above link does achieve a map value of 52.9,But I can only get a map of 50.4-50.9 according to readme.md.Can you tell me how to get your model?