Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIncorrect documentation when using pre-built Caffe #1575
Comments
|
I am facing the same issue! |
|
Me too |
|
same |
|
It's a documentation issue: so just use -DCaffe_LIBS_RELEASE=/wherever/libcaffe.so instead of -D Caffe_LIBS= The documentation & cmake config should still be sync'ed |
|
For what it's worth, I found it only worked if I set Caffe_LIBS_RELEASE and Caffe_LIBS Edited to add: It also looks like GPU_MODE=CUDA has to be set explicitly now if you're configuring on the command line or else CPU_ONLY will be assumed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Issue Summary
Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.
Executed Command (if any)
cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.soOpenPose Output (if any)
Errors (if any)
Type of Issue
Your System Configuration
Whole console output see above
OpenPose version: 3915b92
General configuration:
Non-default settings:
-DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so3rd-party software:
If GPU mode issue:
nvidia-smiin Ubuntu): RTX 2080--
Documentation here (albeit for Mac version) and the CMake output generated here both say to set
Caffe_LIBSif not building Caffe from source. However, CMake usesCaffe_LIBS_RELEASE