yyvhang / lemon_3d

https://yyvhang.github.io/LEMON/
72 stars 1 forks source link

About SMPLH_NEUTRAL.pkl #9

Open AmingWu opened 5 months ago

AmingWu commented 5 months ago

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

yyvhang commented 5 months ago

Hi, please refer to here

iamthephd commented 4 months ago
$ 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!