Open bob35buaa opened 4 months ago
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...
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
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?
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!