/SMPLViewer

Converted from themo's repo: https://github.com/thmoa/smpl_viewer

Primary LanguagePythonMIT LicenseMIT

SMPL Viewer

A simple tool for rendering and manipulation of the parameteric 3D human body model SMPL.

Disclaimer: I am not affiliated with the authors of SMPL. If you need help with the SMPL model please refer to: http://smpl.is.tue.mpg.de/.

First steps

Download and set up the SMPL model from here: http://smpl.is.tue.mpg.de/.

Installation

git clone git@github.com:thmoa/smpl_viewer.git
cd smpl_viewer
sudo apt install libosmesa6-dev
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
pip install -r requirements.txt

License

MIT