-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why the mAP is so low? #79
Comments
I have been wondering myself. I used the solver in models/pvanet/example_train/solver.txt |
@yzhang123 |
Hi @chengshuai PVA 9.1 ResNet50 But I dont know why u have only 13.1% your test seems correct |
@chengshuai after running I get the error: Do you know this error? where did you get models/pvanet_obsolete/imagenet/original.model from? |
Hi @yzhang123
|
Hi @dereyly My test result is: PVA 9.1 I do not know why the pva9.0 mAP is so low. I use a GPU Titan X for trainning, i do do not use the cudnn in Makefile.config. |
@chengshuai
cudnn havent influense on acuuracy, but it strongly recomedeed for perfomance |
Thanks, I will try again following your advice. |
Hi @sanghoon , @chengshuai , I tried the pvanet on KITTI dataset. I followed the steps given on the link rbgirshick#243. |
@chengshuai how much time use pvanet9.0 ?THX |
Hi, @sanghoon
I try train the example_train_384 in pvanet_obsolete(pva9.0) for pascal_voc 2007(trian:2007+2012,test:2007), the mAP is so low 13.1%,however, the mAP is 82.8% when i use you model. Why the result is different? Is there other change or trick during your training?
Thank you for your reply! The below is the script:
Training for 100k iterations
tools/train_net.py
--gpu 0
--solver models/pvanet_obsolete/example_train_384/solver.prototxt
--weights models/pvanet_obsolete/imagenet/original.model
--iters 100000
--cfg models/pvanet_obsolete/cfgs/train.yml
--imdb voc_2007_trainval
Testing
tools/test_net.py
--gpu 0
--def models/pvanet_obsolete/example_train_384/test.prototxt
--net output/faster_rcnn_pvanet/voc_2007_trainval/pvanet_frcnn_384_iter_100000.caffemodel
--cfg models/pvanet_obsolete/cfgs/submit_160715.yml
The text was updated successfully, but these errors were encountered: