-
Notifications
You must be signed in to change notification settings - Fork 308
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
from SMPL-X beta to get SMPL beta [transfer model] #190
Comments
Hi @XueYing126 Did you find a workaround for this? I tried using the conversion code but it is way too slow, estimated to take years (four, to be exact) on my collected dataset. Also, I am wondering how/if you converted the SMPLX body pose (21x3) to the SMPL body pose (23x3)? i.e., getting the SMPL hand joint pose from the SMPLX hand poses. Thanks. |
Hi @LeyangWen If you add ftol: 1e-10 to config_files/smplx2smpl.yaml, As far as I understand, after you run the : python -m transfer_model --exp-cfg config_files/smplx2smpl.yaml Good luck! |
Thanks @XueYing126, changing the I randomly selected a few frames to compare the mesh outputs and they still look good after the changes. With the changes, a GPU server, downsampling, and parallelization, the expected time is down from 4 years to ~4 days. Thanks again 👍 |
@XueYing126 @LeyangWen Did you guys test out the betas given by transfer model for smplx->smpl? |
@BukuBukuChagma Hi, Yes I used beta and pose to create the mesh and it seems correct. |
Hi, thank you for the great work!
I saw that you mention "the SMPL and SMPL-X shape spaces are NOT compatible, since each model is the result of a different training process. "
Can I ask if SMPL-X beta (use first 10) could approximate the SMPL beta (10, )? If not, what is the main reason? the first 10 PCA should be similar, right? Is the dataset that they were trained on are very different?
Is there an easier way to get smpl-beta from smplx-beta?
Thanks a lot!
The text was updated successfully, but these errors were encountered: