-
Notifications
You must be signed in to change notification settings - Fork 237
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 using caffe: API command not recognized #30
Comments
Are you using https://github.com/ShaoqingRen/caffe or official caffe ? Best, |
Hi @ShaoqingRen I use official caffe (release candidate version: https://github.com/BVLC/caffe/releases) Last month, I successfully built and run spp_net using https://github.com/ShaoqingRen/caffe, but now I meet the following error, so I try to use official caffe instead (but it turns out the above error: API command not recognized) "PYCAFFE" --> using https://github.com/ShaoqingRen/caffe "MATCAFFE " --> using https://github.com/ShaoqingRen/caffe In file included from ./include/caffe/blob.hpp:6:0, Hope you can give some suggestions, Thanks |
Hi @ShaoqingRen Thanks for your reply for this problem at #29, but when I compile https://github.com/ShaoqingRen/caffe ("make pycaffe, make matcaffe"), I get the above errors. (last month, it did not show these errors, but now). Please give some suggestions about it. Thank you very much |
Hi @ShaoqingRen I just successfully made it. I did that by calling "make matcaffe" ONLY. (no "make pycaffe", "make all", "make test", and "make runtest" as in the official caffe). This means that your caffe repository may not work properly. Notably, MemoryDataLayer file is missing so there are some errors related to this. I hope you can publish another SPP_net which is compatible with some latest caffe versions (such as release candidate version https://github.com/BVLC/caffe/releases). That would be very helpful. Thank you, |
Hi@danielruelle, I am trying to run spp_net on mac, however I notice the author only provide caffe.mexw64 on OneDrive, I need to mex caffe on mac, do you know how to do this? |
I've been facing similar errors from building your version of caffe (missing layer, MemoryDataLayer and out of scope errors). Is it possible to get an update on this if possible? |
Hi,
When I run spp_demo from Matlab, I get the following error. Hope anyone can help to solve it.
p/s: I already installed and tested caffe successfully.
Error in spp_features_convX (line 61)
caffe('set_gpu_available');
Error in spp_detect (line 40)
feat = spp_features_convX(im, spm_im_size, [], use_gpu);
Error in spp_demo (line 40)
dets = spp_detect(im, spp_model, spm_im_size, use_gpu);
Thank you very much,
The text was updated successfully, but these errors were encountered: