Open AmingWu opened 5 months ago
mano_v1_2
smplh
$ git clone https://github.com/vchoutas/smplx.git
$ cd smplx
$ python tools/merge_smplh_mano.py \
--smplh-fn /path/to/smplh/neutral/model.npz \
--mano-left-fn /path/to/mano_v1_2/models/MANO_LEFT.pkl \
--mano-right-fn /path/to/mano_v1_2/models/MANO_RIGHT.pkl \
--output-folder /path/to/smplh/merged
This will produce "model.pkl" in the "/path/to/smplh/merged". You can rename it to SMPLH_NEUTRAL.pkl
and place it under the smpl_models/smplh/SMPLH_NEUTRAL.pkl
!
Dear Authors,
I have found SMPLH_female.pkl and SMPLH_male.pkl. But I have not found SMPLH_NEUTRAL.pkl. Coud you share a link to download it?
Thanks