Skip to content

howird/humanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humanoid

experimenting with controllers for physics-simulated humanoids

Getting Started

  1. Clone this repository.
git clone https://github.com/howird/humanoid.git
  1. Install uv

  2. Download and unzip Isaac Gym from here and copy the contents of the python package to the isaacgym workspace folder:

cp -r <PATH TO EXTRACTED ISAACGYM>/isaacgym/python/* packages/isaacgym/
  1. Create, activate, and sync your uv virtualenv
uv venv
source .venv/bin/activate
uv sync
  1. Download the SMPL parameters from SMPL, and unzip them into data/smpl folder. Rename the files basicmodel_neutral_lbs_10_207_0_v1.1.0, basicmodel_m_lbs_10_207_0_v1.1.0.pkl, basicmodel_f_lbs_10_207_0_v1.1.0.pkl to SMPL_NEUTRAL.pkl, SMPL_MALE.pkl and SMPL_FEMALE.pkl.

References

This repository is built on top of the following amazing repositories:

  • puffer-phc: Refactored PHC and integration with PufferLib: puffer-phc (based on PHC)
  • hmr2: Humanoid mesh reconstruction: 4D Humans
  • phalp: Humanoid tracking from appearance: PHALP

About

experimenting with controllers for physics-simulated humanoids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages