Skip to content
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

Error in rcnn_load_model (line 27) #71

Open
amirkhango opened this issue Mar 8, 2016 · 2 comments
Open

Error in rcnn_load_model (line 27) #71

amirkhango opened this issue Mar 8, 2016 · 2 comments

Comments

@amirkhango
Copy link

Hi, when I run rcnn_demo, I got this error:

Error in rcnn_load_model (line 27)
rcnn_model.cnn.init_key = ...

But I test key = caffe('get_init_key') returning -2 is OK, anyone know what's wrong?

I saw mutiple places issue this probmlem? That mean I must install old caffe and matlab 2012? Is there a simple solution???

@amirkhango
Copy link
Author

I saw mutiple places issue this probmlem? That mean I must install old caffe and matlab 2012? Is there a simple solution???

@DeeperCS
Copy link

DeeperCS commented Apr 7, 2016

Caffe v0.999 + Matlab2014a + Ubuntu14.04
Got exactly the same error, is there any one have any tips to solve this problem?

Initializing R-CNN model (this might take a little while)
Error using caffe
Unknown command 'init'

Error in rcnn_load_model (line 27)
rcnn_model.cnn.init_key = ...

Error in rcnn_demo (line 35)
rcnn_model = rcnn_load_model(rcnn_model_file, use_gpu);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants