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

SMPLX_Parser Issue with AMASS Data Conversion #4

Open
www-Ye opened this issue Jun 25, 2024 · 0 comments
Open

SMPLX_Parser Issue with AMASS Data Conversion #4

www-Ye opened this issue Jun 25, 2024 · 0 comments

Comments

@www-Ye
Copy link

www-Ye commented Jun 25, 2024

I noticed that when processing AMASS data into SMPLX format using SMPLX_Parser, it seems necessary to comment out lines 421-422 in the smpl_parser.py code to run properly:

th_betas = torch.cat([th_betas, torch.zeros((B, 20 - beta_shape)).to(th_betas)], dim = -1)

Changing the dimension to 20 seems to prevent the SMPLX part from executing correctly, showing a mismatch in the corresponding dimensions of shapedirs and shape_components. What could be the reason for this?

I am using the models_smplx_v1_1.zip model file, and the SMPLX code is from the main branch of https://github.com/vchoutas/smplx.

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

1 participant