FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use PyOpenPose in CPU only

negarl opened this issue · comments

commented

I installed the CPU version of Openpose and now I want to install PyOpenPose to use it on python code. But I got this error :

Install prefix is set to: /usr/local
Generating with build type: Release
CMake Error at /usr/share/cmake-3.5/Modules/FindCUDA.cmake:617 (message):
Specify CUDA_TOOLKIT_ROOT_DIR
Call Stack (most recent call first):
CMakeLists.txt:49 (find_package)

What should I do? Do you know how to fix it or the PyOpenPose does not support the CPU version?

I run the cmake on mac os, however it can't be successfully compiled. I got the same problems as you.
If I run on windows, there is still some problems happened. The screenshot is showed below.
default

Does anyone know how to do?

You should set OpenCV_Dir in your cmake. Where is the location of OpenCV installed?