ppengtang / pcl.pytorch

PyTorch codes for our papers "Multiple Instance Detection Network with Online Instance Classifier Refinement" and "PCL: Proposal Cluster Learning for Weakly Supervised Object Detection".
MIT License
253 stars 48 forks source link

About result of vgg16_voc2007.xml #73

Closed theshy456 closed 2 years ago

theshy456 commented 2 years ago

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

ppengtang commented 2 years ago

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

theshy456 commented 2 years ago

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?