yhw-yhw / SHOW

This is the codebase for SHOW in Generating Holistic 3D Human Motion from Speech [CVPR2023],
Other
219 stars 26 forks source link

Poses and Trans parameter from SMPLX model #7

Closed SlimeVRX closed 1 year ago

SlimeVRX commented 1 year ago

From file all.pkl

I can get the parameters:

vertices
joints
full_pose
global_orient
transl
v_shaped
betas
body_pose
left_hand_pose
right_hand_pose
expression
jaw_pose

How to convert to Poses and Trans from SMPLX model?

Thank you!

SlimeVRX commented 1 year ago

I got Poses from body_pose and Trans from global_orient

image