HumanTOMATO icon indicating copy to clipboard operation
HumanTOMATO copied to clipboard

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

Open bob35buaa opened this issue 1 year ago • 3 comments

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

bob35buaa avatar Jul 08 '24 06:07 bob35buaa

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 avatar Jul 12 '24 04:07 jn-tang

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

jn-tang avatar Jul 12 '24 04:07 jn-tang

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?

bob35buaa avatar Jul 16 '24 08:07 bob35buaa