text-to-motion icon indicating copy to clipboard operation
text-to-motion copied to clipboard

How to render the generated motions on KIT dataset

Open qiqiApink opened this issue 2 years ago • 3 comments

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

qiqiApink avatar Feb 19 '23 12:02 qiqiApink

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.

EricGuo5513 avatar Feb 19 '23 22:02 EricGuo5513

@qiqiApink Take a look at SMPL_Renderer

aniongithub avatar Feb 22 '23 05:02 aniongithub

@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.

wangsen1312 avatar Feb 22 '23 15:02 wangsen1312