ortegatron / liveposetracker

Live body pose tracker made with OpenPose + Deep SORT
85 stars 21 forks source link

ImportError: cannot import name 'pyopenpose #6

Open saszer opened 4 years ago

saszer commented 4 years ago

PS D:\liveposetracker-master\liveposetracker-master\src> python Twister.py pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "Twister.py", line 3, in from Input import Input File "D:\liveposetracker-master\liveposetracker-master\src\Input.py", line 10, in from openpose import pyopenpose as op File "D:\openpose-master\build\python\openpose__init__.py", line 1, in from . import pyopenpose as pyopenpose ImportError: cannot import name 'pyopenpose'

stan-lu commented 4 years ago

Did you turn on the python flag cmake -DBUILD_PYTHON=ON .. before compiling OpenPose from your build directory?

drushtig commented 2 years ago

I am also stuck with the above error tried with turning on the python flag but still the issue is not resolved do let me know a solution.