-
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
caffe('get_init_key') Undefined function 'caffe' for input arguments of type 'char'. #70
Comments
Were you able to get answers to your question? I am hitting the same issue and not sure what the solution is. |
@jainanshul yeah. Using the caffe of current version may be a leading cause of errors. U can try the following version of caffe: https://github.com/BVLC/caffe/archive/v0.999.tar.gz |
Thanks, I got it working withe v0.999 version. |
I cannot compile make matcaffe for 0.999 it kept printing linker error from libcaffe.a |
I solve it by link the $ ln -s $CAFFE_ROOT/matlab/caffe/private/caffe_.mexa64 $RCNN_ROOT/bin/caffe.mexa64 After make a symlink like this, caffe is found by matlab, but my Hope I can help you ^_^ |
@WideLee HI ,did you successfully run demo of rcnn? I meet the same question. thanks! |
@dorioliu Have you tried the method I mentioned above? |
@WideLee sorry ,i havn't tried it ,did you successfully run demo of rcnn through you got a strange caffe('get_init_key') value ? i will try it latter. |
@dorioliu It's a year ago, I'm not sure right now. You can try Faster R-CNN or Mask R-CNN for faster and more accurate result. 😄 |
i installed caffe, and clone the rcnn, and i also run the startup.m rcnn_build.m with no error ,but when i try to run key = caffe('get_init_key'), i got the following message.
I can use matcaffe like caffe.set_mode_gpu(), but I can't use caffe('set_mode_gpu').
anybody can give me the appropriate solution for the problem
Please help.
The text was updated successfully, but these errors were encountered: