-
Notifications
You must be signed in to change notification settings - Fork 36
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
MATLAB crash while loading model #1
Comments
Which GPU are you using? |
GTX 650 TI |
Did you set the "use_gpu" flag to 1? |
I just used CPU mode and still the same error. |
|
@Seraphli i met the same problem, have you know what causes it, and how to solve it? thanks |
@SuperLee0 You see, there is no more reply from author. So I gave up this repo. |
Hey, I had the same issue. #2 provided the solution for caffe rc2, however if you are using this paper for something I suggest you use caffe v0.999 as it is the version used in the original rcnn paper. Anyhow, if you are seeing the message in the terminal that outputs google protobuf error of not finding 'layer' it means that the protobuf you are using is too old (some of the protobuf versions aren't compatible). You need to change alexnet_deploy_fc7_CAFFE.prototxt file in /rcnn/model-defs with the file I am providing (written for old protobuf versions) and change .txt to .prototxt. It has worked for me and matlab shouldn't crash. Changing the .prototxt file is the idea I got form #2. |
Hi. |
I'm running MATLAB R2014a on Ubuntu 14.04 LTS.
I followed your instructions and tried to run your code.
I test rcnn code, i.e. run rcnn_demo, and everything works fine.
I also download your model and place in the right directory.
So when MATLAB trying to load model using following sentence:
rcnn_model = rcnn_load_model(rcnn_model_file, use_gpu);
MATLAB crashed.
The text was updated successfully, but these errors were encountered: