FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library
BSD 3-Clause "New" or "Revised" License
287 stars 80 forks source link

ModuleNotFoundError: No module named 'PyOpenPose' #53

Closed vaeXu closed 6 years ago

vaeXu commented 6 years ago

Hello,@christian-lanius @nkyriazis @padeler @oikonom I have configured pyopenpose but found when I run scrpit demo, i find: ModuleNotFoundError: No module named 'PyOpenPose',Can you provide this module?

padeler commented 6 years ago

You have to build pyopenpose and openpose before running the python examples. Check the documentation for more details.