Skip to content

inkImage/PyOpenPose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyOpenPose

Python bindings for the awesome Openpose library.

Openpose github page: https://github.com/CMU-Perceptual-Computing-Lab/openpose

Building

Clone and build openpose. I assume you will also build caffe inside openpose 3rdparty folder. Set an environment variable named OPENPOSE_ROOT pointing to the openpose root folder.

Note: PyOpenPose requires opencv3.x. You will have to build openpose with opencv3 as well.

Inside the root folder of PyOpenpose run cmake and build with:

mkdir build
cd build
cmake ..
make

Add the folder containing PyOpenPose.so to your PYTHONPATH.

Testing

Check the scripts folder for python examples using PyOpenPose.

About

Python bindings for the Openpose library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.6%
  • C++ 5.9%
  • Other 1.5%