Skip to content

andrewfengusa/SMPLX_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMPLX_Visualizer

A simple offline video renderer to visualize the TED-SMPLX dataset.

Setup Instructions

Download SMPL-X models from here and put the model files (.npz) to smplx_model folder.

# Create python 3.8 virtual environment via conda
conda create -n smplx_viz python=3.8
conda activate smplx_viz
# Install required packages
pip smplx human-body-prior

# run example rendering script (mesh)
python SMPLX_mesh_render.py
# run example rendering script (skeleton)
python SMPLX_skeleton_render.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages