EricGuo5513 / text-to-motion

Official implementation for "Generating Diverse and Natural 3D Human Motions from Texts (CVPR2022)."
MIT License
428 stars 38 forks source link

pose representation #25

Open qiqiApink opened 1 year ago

qiqiApink commented 1 year ago

I have generated motions from your pretrained model and thess motions are in the world coordinate. If I want to convert the 263 dimensions of the motion to the relative coordinate, what should I do? Is there any code I can refer to?