-
Notifications
You must be signed in to change notification settings - Fork 232
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
cannot find -lcaffe when run make_deep_image_analogy.sh #26
Comments
When I change the line:
|
ln -s /caffe/build/lib/libcaffe.so /usr/lib/libcaffe.so It works for me |
@zhengziqiang I do not know how to comprehend that. What I can tell you is that I did not make Caffe from the build provided in this repository since its an older build without compatibility for CUDNN > v5.1, rather I compiled Caffe from BVLC's master repository. Also, I do have a previous build of Deep Image Analogy, which runs successfully on this same machine, but it is from otrimegistro's fork (https://github.com/otrimegistro/Deep-Image-Analogy#deep-image-analogy) for Linux support. I also built Caffe from that fork when I only had CUDNN v5.1 installed, which is supported in that build of Caffe. Are there dependencies for this project included in this repository that is not included in BVLS's master repository of Caffe? |
I successfully made the project by installing the master branch of Caffe and copying the specific files for this project into my directory of Caffe's master branch. Added '~/caffe/build/lib' to my 'LD_LIBRARY_PATH' and edited the scripts documented in the readme to work with my environment. Then I ran 'config_deep_image_analogy.sh' and 'make_deep_image_analogy.sh', and a working executable was made. |
Hi I have the same issue |
@tisawe /tmp/tmpxft_00005a96_00000000-29_Classifier.o:In function ‘Classifier::Classifier(std::string const&, std::string const&)’: Could you give me more suggestions or details about how you solved this problem? |
@taneta Have you solved your problems now?And how do you solve it?I meet the same problem with you.Could you help me?Thank you! |
I already have preinstalled caffe docker bvlc/caffe and trying to make the project, but get this error:
How can I fix it? I have caffe path exported to LD.
The text was updated successfully, but these errors were encountered: