I have met the same issue of #51
PyOpenPose is not on your pythonpath. Did building it work? If so, you have to add the path to the .so file to your search path for python modules.
Seems it's my PYTHONPATH directory not right. So I re-set my python path to where has Pyopenpose.so.
And I got another error like this:
https://pastebin.com/d1SFc246
Because openpose has update their API, I am afraid this issue is because the version of PyOpenpose is not up to date.
Is that mean I can only choose to use the python-API in OpenPose?
Hi all:
I have met the same issue of #51 PyOpenPose is not on your pythonpath. Did building it work? If so, you have to add the path to the .so file to your search path for python modules.
Originally posted by @christian-lanius in https://github.com/FORTH-ModelBasedTracker/PyOpenPose/issues/51#issuecomment-388246288
Seems it's my PYTHONPATH directory not right. So I re-set my python path to where has Pyopenpose.so. And I got another error like this: https://pastebin.com/d1SFc246 Because openpose has update their API, I am afraid this issue is because the version of PyOpenpose is not up to date. Is that mean I can only choose to use the python-API in OpenPose?
My System Configuration
OpenPose version: 1.5.0
General configuration:
Installation mode: CMake-GUI Operating systemUbuntu 16.04 Compiler gcc -11 3rd-party software:
Caffe version: 10.01 CMake version (cmake --version in Ubuntu):3.5.1 If GPU mode issue:
If Python API: Python version:3.7 Numpy versionprint (numpy.version.version)1.16.4
My python path and openpose root path
Thanks, Gloria