rcnn icon indicating copy to clipboard operation
rcnn copied to clipboard

Error in rcnn_load_model (line 27)

Open amirkhango opened this issue 8 years ago • 2 comments

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 avatar Mar 08 '16 02:03 amirkhango

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

amirkhango avatar Mar 08 '16 02:03 amirkhango

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);

DeeperCS avatar Apr 07 '16 12:04 DeeperCS