Skip to content

rakmuga/SMPLX_TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMPL-X Tensorflow (SMPLX_TF)

SMPL-X Tensorflow module

SMPL-X for tensorflow pipelines. This is a tensorflow port of the original SMPL-X expressive human parametric model.

teaser

Requirements:

Needed: Python3, Pickle, Numpy, Tensorflow

Optional: Trimesh, Pyrender

Run the quick_run.py to test your install. It loads a random human with an interactive 3D-visualization.

Download SMPL-X model files as per instructions in SMPLX-project page

For merging SMPL+H with MANO or to remove chumpy objects follow this.

For downloading SMPL gender based models (i.e male, female) follow this, for gender neutral model follow this.

Do consider clicking the star button for the project if this repository was useful in your work.

For License please check original SMPL-X repository here.