-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
using Cmake-GUI to build openpose in Ubuntu #373
Comments
use the other method , Installation - Script Compilation meanwhile output:
|
I can compile caffe which download from https://github.com/BVLC/caffe.git and test the caffe success.
|
Please, try removing OpenPose. Re-downloading the latest version, and performing the installation steps again. It seems like some step was missing, as every time is a different error. |
After Re-downloading the latest version and compiled the caffe, there are some issue in compile openpose:
|
It's not finding Caffe. Are you sure Caffe is in 3rdparty/caffe? |
Sure and i can |
|
I'm confused, I thought you were using CMake, as you specify in your first message, not Makefile. Please, follow the exact steps from the installer in CMake, do not mix them with the old installer. (And again, I'd recommend re-downloading OpenPose to avoid mixing 2 installers) |
I see, and i use cmake like my first message, caffe compile success, but openpose compile output error at last,
And i will reinstall the system to reinstall everything again. |
I have seen that error in some old Ubuntu 14. Usually updating the system helps a lot with these kind of compiler errors (and rebooting after executing this command, which basically updates all the software and libraries): |
which version of gcc g++、cmake-gui、nvidia-* driver and opencv are good for ubuntu14 and cuda 8.0 |
I am compiling fine under a clean Ubuntu 14, so I don't think it is OpenPose related. Or could it be that you are using any updated/downgraded lib in your system? This also sometimes helps: |
I use the opencv by type Which opencv version you using? Can you share your ubuntu14.iso ? |
|
A clean systemA clean ubuntu 14.04.5, after (gtk-update-icon-cache-3.0:23741): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory Fetched 3,763 kB in 6s (622 kB/s) Install stepInstall opencv3.3.0 Issue 1
Issue 2
Configuring incomplete, errors occurred! output in terminal:
and I run the command output in terminal, and finish install CUDA click configure again, the same error output. |
I've just seen the error says: |
Dose it mean that everything it installed?
Models downloaded ------------------------- OpenPose Installed ------------------------- ------------------------- Caffe and OpenPose Installed ------------------------- huang@huang-Inspiron-7577:~/openpose$ ls |
Yes it does, but I thought you were using the CMake installer rather than the sh script. If you wanna import it to Qt, I think you prefer to install it with CMake. |
Hi I am also encountered with such problem. |
@KevinQian97 You can manually introduce it (the location) with Qt-gui |
@gineshidalgo99 |
In fact I tried to change the commend |
Sorry |
Issue Summary
In terminal, i used
make -j4
to building the OpenPose after created the /build under the /openpose ,and the terminal output:
reference: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation_cmake.md#custom-caffe
Executed Command (if any)
bash ./ubuntu/install_cmake.sh
sudo apt-get install cmake-qt-gui
cd build/
make -j4
OpenPose Output (if any)
Type of Issue
You might select multiple topics, delete the rest:
This method to install OpenPose is very easy but there is something wrong in libcaffe.so, hoping that we can solve it together
And i will try the next method Installation - Script Compilation meanwhile
Your System Configuration
Operating system (
lsb_release -a
in Ubuntu):Installation mode: CMake OpenCV caffe CUDA CUDNN
CUDA version (
cat /usr/local/cuda/version.txt
in most cases):CUDA Version 8.0.61cuDNN version:
GPU model (
nvidia-smi
in Ubuntu): nvidia-390.12 and NVIDIA GTX1050Caffe version: Default from OpenPose
OpenCV version: pre-compiled
apt-get install libopencv-dev
(only Ubuntu);The text was updated successfully, but these errors were encountered: