Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.16k stars 142 forks source link

How to run it with female_smpl_model and male_smpl_model? #200

Open freedom521jin opened 8 months ago

freedom521jin commented 8 months ago

Dear author: I have made it sucessfully with neutral_smpl_model, but when the algorithm loaded female_smpl_model or male_smpl_model, the result was the same as 'neutral_smpl_model'. So, how to get the female or male results with female_smpl_model or male_smpl_model?

Dipankar1997161 commented 8 months ago

Dear author: I have made it sucessfully with neutral_smpl_model, but when the algorithm loaded female_smpl_model or male_smpl_model, the result was the same as 'neutral_smpl_model'. So, how to get the female or male results with female_smpl_model or male_smpl_model?

find the location where the neutral smpl is called and edit it to either use 1 of them or call as per some indexing. Download the male and female smpl models from the SMPL webpage and put it under the respective folder mentioned here.