Closed ethanluoyc closed 9 months ago
Ahhh, right it should be in Mano, search for "Extended SMPL+H model (used in AMASS project)".
You can specify the npz the SMPL_parser (might need some modifications). Or you can directly use the SMPL parser since the body shape of SMPL and SMPLH are compatible.
You can refer to the (basically same file) process in PHC, which I have improved.
Hi Zhengyi,
Thanks for sharing this repo.
I am trying to setup training with this codebase. However, I am a bit confused with how to set up the models for running process_amass_db.py
In particular, it wasn't clear to me how to set up the models for SMPL-H. In
process_amass_db.py
you used the SMPLH parser for male, female and neutral but am unsure how to obtain thoseThere are a few issues with current instructions.
Best, Yicheng