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/.
Download and set up the SMPL model from here: http://smpl.is.tue.mpg.de/.
git clone [email protected]:thmoa/smpl_viewer.git
cd smpl_viewer
ln -s <path to your smpl installation> smpl
pip install -r requirements.txt
MIT