-
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 not found (caffe/matlab/+caffe?) #56
Comments
Hi Did you figure it out how to deal with +caffe issue? Thanks! |
I got "Warning: Please install Caffe in ./external/caffe" too ! in matlab. |
How to solve this problem.....I have the same question, while I dont think it's a problem any more. |
@xyy19920105 check your mail |
I installed Caffe, and tried to run demo. Any idea how to fix it ......I am using Ubantu 14.04 and Caffe-master with Matlab 2014a. |
I have the same question. |
oh, sorry.. i'm late 2015-10-23 15:46 GMT+09:00 tomoc [email protected]:
|
Anyone solved the issue yet? I need to use rcnn for my work. |
I also have this problem,can someone have solved it? thanks a lot |
Solution: if you get the error Undefined function or variable 'caffe', most probably you haven't done previous step. |
@blackCmd Have you fixed this problem? Please help me! |
I recently had this same issue, and expanding on smajidas comment my solution was to link +caffe to /external/caffe/matlab rather then to $CAFFE_ROOT itself : I’m guessing this has to do with a change in the Matlab script locations with later versions of Caffe? |
I am also have the above issue. "Undefined function or variable 'caffe'." |
a good solution is to use old version caffe, for example caffe-rc2 |
I have encountered such a problem, how do you solve the problem? Error in matcaffe_batch_feat (line 64) |
I installed Caffe, and tried to run demo.
But I got the following message.
I found that
startup.m
looked forexternal/caffe/matlab/caffe/
,but actually it is
external/caffe/matlab/+caffe/
.I think that I successfully compiled
matcaffe
.This may be caused by the upgrade of Caffe.
The text was updated successfully, but these errors were encountered: