I have finished installation, but when I want to run the quickstart, there's some wrong. I can't solve it, could anyone help me?
sun@sun-ThinkPad-Edge-E431:~/openpose$ ./build/examples/openpose/openpose.bin --video examples/media/video.avi
Starting OpenPose demo...
Configuring OpenPose...
Starting thread(s)...
Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0.
./build/examples/openpose/openpose.bin: symbol lookup error: /home/sun/openpose/build/src/openpose/libopenpose.so.1.4.0: undefined symbol: _ZN5caffe3NetIfE21CopyTrainedLayersFromERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
symbol lookup error: ./build/src/examples/openpose/libopenpose.so.1.4.0: undefined symbol;
Whole console output:
sun@sun-ThinkPad-Edge-E431:~/openpose$ ./build/examples/openpose/openpose.bin --video examples/media/video.avi
Starting OpenPose demo...
Configuring OpenPose...
Starting thread(s)...
Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0.
./build/examples/openpose/openpose.bin: symbol lookup error: /home/sun/openpose/build/src/openpose/libopenpose.so.1.4.0: undefined symbol: _ZN5caffe3NetIfE21CopyTrainedLayersFromERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
OpenPose version:
Latest GitHub code
General configuration:
lsb_release -a in Ubuntu):Non-default settings:
3rd-party software:
cmake --version in Ubuntu):cmake version 3.12.4apt-get install libopencv-dev (only Ubuntu)If GPU mode issue:
This seems like an error coming from Caffe. XXXCopyTrainedLayersFromXXX seems to be a function from there. Are you sure no other Caffe versions are installed on your machine? Otherwise, try installing Caffe by your own, test it works, and then simply link OpenPose to your custom Caffe with the proper CMake flag. Hope this helps. (I must close this as it is a 3rd-party library issue rather than OP issue). Best
Thank you very much. I have deleted my own caffe, but there's still the problem. Then I will try to change centos system. Best project!
@Sun1Plus Did you resolve the issue? I'm curious about the steps you took. I'm facing the same error message coming from the docker installation.
@Sun1Plus Did you resolve the issue? I'm curious about the steps you took. I'm facing the same error message coming from the docker installation.
In the system of Ubuntu18.04, I can't solve the problem. I guess that some libraries are incompatible. Then I tried to rebuild in Windows10 + VS2017, followed the steps of installation, it was ok. Maybe you could try another system.
@Sun1Plus @neonb88 I have the same issue. Do you have the solution?