Canonical SMPL Pose Parameter
sunshineatnoon opened this issue · 2 comments
sunshineatnoon commented
liren2515 commented
We use the rest pose of CLOTH3D, which is defined as:
pose = pose.reshape(1, 24, 3)
pose[0, 1, 2] = 0.15
pose[0, 2, 2] = -0.15
pose = pose.reshape(1, 72)
sunshineatnoon commented
Thanks for the reply!