We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hello, may I ask if you know now? I have the same question, thank you
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: