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

How to render the generated motions on KIT dataset #19

Open qiqiApink opened 1 year ago

qiqiApink commented 1 year ago

How can I fit the generated 3d joints of KIT to smpl and render them into video?

EricGuo5513 commented 1 year ago

Hi, I didn't tried to render KIT data in SMPL shape. But I know TEMOS are using KIT for their dataset, and they also use SMPL representation. You may have a look.

aniongithub commented 1 year ago

@qiqiApink Take a look at SMPL_Renderer

wangsen1312 commented 1 year ago

@qiqiApink If you want to fit the SMPL from KIT, you just need the corresponding joints from KIT to SMPL. USe the SMPL_fit and change the Configurations to make it work.