Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 518 Bytes

File metadata and controls

22 lines (16 loc) · 518 Bytes

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
ln -s <path to your smpl installation> smpl
pip install -r requirements.txt

License

MIT