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

convert the tomato representation to SMPL-X format for visualization. #25

Open
bob35buaa opened this issue Jul 8, 2024 · 3 comments
Open

Comments

@bob35buaa
Copy link

I would like to convert the tomato representation to SMPL-X format for visualization, similar to Figures 4 and 8 in your paper and the demo on your project page. Could you provide the necessary scripts for this? Thank you!

ours

@jn-tang
Copy link

jn-tang commented Jul 12, 2024

Their representation is based on HumanML3D, which I think is very odd and strange. I do not know why one has to bother to run FK given gt joint rotations to get joint positions, then run IK to solve for joint rotations' 6D representation. Though the author did not give a direct conversion process, other related works are using SMPLify for solving SMPL-X parameters...

@jn-tang
Copy link

jn-tang commented Jul 12, 2024

@bob35buaa
Copy link
Author

you can refer to these code: https://github.com/OpenMotionLab/MotionGPT/blob/main/fit.py, https://github.com/setarehc/diffusion-motion-inbetweening/blob/main/visualize/vis_utils.py

very very strange
/

Their representation is based on HumanML3D, which I think is very odd and strange. I do not know why one has to bother to run FK given gt joint rotations to get joint positions, then run IK to solve for joint rotations' 6D representation. Though the author did not give a direct conversion process, other related works are using SMPLify for solving SMPL-X parameters...

Thanks for your reply, but all of these works use SMPLify to solve SMPL parameters, not SMPL-X parameters. Can SMPLify solve SMPL-X parameters?

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