-
Notifications
You must be signed in to change notification settings - Fork 979
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
rcnn_pool5_to_fcX problem #64
Comments
I have got the solution. In Matlab R2014a, I use the |
Hi @empty16 , I'm also facing a similar issue on Matlab R2014b, just like you did. The output :
My interpretation of the problem: Proposed solution:
Question: Thank you in advance! |
After applying
I got the following output:
My interpretation of the problem: Proposed solution:
And the output gave me the same error:
My interpretation of the problem: I'm not sure how to proceed. |
Hi @mahatmawoo ,sorry,I got this message today. |
Hi @empty16 , thanks again for your reply. |
Hi everyone,
I installed RCNN and trained R-CNN models on PASCAL VOC 07 datasets, when I use the command
test_results = rcnn_exp_train_and_test()
to get a trained model (I strictly followed every step in rcnn at github), unfortunately I cannot get the right answer, the error messages are as follows:Where did I go wrong? I hope someone can give a explanation of the fuction
rcnn_pool5_to_fcX
or help me figure out this problem, so I can get this code into my own research.Thank you!
The text was updated successfully, but these errors were encountered: