-
Notifications
You must be signed in to change notification settings - Fork 32
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
undefined matcaffe_init #3
Comments
Have you compiled matcaffe by "make matcaffe"? |
I need configure and compile caffe under caffe-cedn-dev folder? Or I need download caffe package from https://github.com/BVLC/caffe and install caffe under caffe folder? |
@Ruofei-Li yes, you need the configuration file contained in this repo. |
@wasidennis I have errors when I configure caffe under caffe-cedn-dev folder in this repo. I find that this caffe package miss some files compared to official caffe package, so is this the reason I failed configure caffe by make all -j32 ? |
I successfully run the caffe code, but when I run the objectFlow demo, it said that 'undefined matcaffe_init'.
What should I do?
The text was updated successfully, but these errors were encountered: