-
Notifications
You must be signed in to change notification settings - Fork 475
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
KeyError: 'boxes' in training my own model #27
Comments
About vgg: jcjohnson/pytorch-vgg#3 pytorch-faster-rcnn/lib/datasets/imdb.py Line 216 in 19021d4
|
Updates: When I want to debug and see what's wrong, error occured as longcw/faster_rcnn_pytorch#47 How do you debug your python code? Do you have the same problem in direct-run and debug mode? |
Your error is related to the data loading part. So, can you do what I said? Does roidb has boxes key? |
Problem solved! I used your cache according By the way, the file type should be
|
training script fixed. |
I followed instruction of
Train your own model
and gotvgg16.pth
. When training using./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16
, error occurred:BTW, I am confused about modification on vgg16, why do we need following modification ?
The text was updated successfully, but these errors were encountered: