Skip to content
New issue

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

SMPL Prediction #38

Closed
SWWdz opened this issue Sep 12, 2024 · 2 comments
Closed

SMPL Prediction #38

SWWdz opened this issue Sep 12, 2024 · 2 comments

Comments

@SWWdz
Copy link

SWWdz commented Sep 12, 2024

Can I change the prediction results from smplx to smpl? We should change it from parameters of smplx to smpl's parameters. Not only the mesh vertices. How can I do this?

@fabienbaradel
Copy link
Contributor

Hi @SWWdz , we cannot directly give SMPL-X parameters to a SMPL model because the joints are not at the same location (please see SMPLX github repo). Instead you can us the SMPLX2SMPL regressor to move from the SMPLX mesh to the SMPL mesh. Then you would need to find the SMPL parameters using an optimization technique. Or you can use the conversion tool provided in the SMPLX page.
I hope that my answer helps,

@SWWdz
Copy link
Author

SWWdz commented Sep 13, 2024

Thanks for your answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants