nghorbani / human_body_prior

VPoser: Variational Human Pose Prior
https://smpl-x.is.tue.mpg.de/
Other
786 stars 138 forks source link

Coordinates #74

Open Combo1 opened 10 months ago

Combo1 commented 10 months ago

Hi,

I have downloaded the SMPL+H body_model file http://mano.is.tue.mpg.de/, which I then load with:

human_body_prior.body_model.body_model import BodyModel bm_male = BodyModel(bm_fname=bm_fname_male, num_betas=num_betas, num_dmpls=num_dmpls, dmpl_fname=dmpl_fname_male)

To my question: what kind of coordinate system does the pose_body argument of the BodyModel use? A right-handed, Y-Up coordinate system?

Thank you for reading, Fabian

Recialhot commented 8 months ago

Hello, may I ask if you know now? I have the same question, thank you