MotionDiffuse icon indicating copy to clipboard operation
MotionDiffuse copied to clipboard

SMPL Visualization

Open exitudio opened this issue 3 years ago • 2 comments

Thank you for your work, it's really interesting. I have one question. How can I get SMPL format from pose?

I tried to get SMPL from cont6d_params (data[..., 67:193]) by using smplpytorch but the pose looks different from your visualization based on joint positions

exitudio avatar Nov 04 '22 02:11 exitudio

Thank you for your work, it's really interesting. I have one question. How can I get SMPL format from pose?

I tried to get SMPL from cont6d_params (data[..., 67:193]) by using smplpytorch but the pose looks different from your visualization based on joint positions

Did you solve it? I have the same question.

GuGuDaDaDa avatar Apr 19 '23 12:04 GuGuDaDaDa

Seem like this problem is from the inverse kinematics (and forward kinematics ) format of text-to-motion is different from smplpytorch. However, I still can't solve the problem.

exitudio avatar Apr 19 '23 20:04 exitudio