text-to-motion
text-to-motion copied to clipboard
How to render the generated motions on KIT dataset
How can I fit the generated 3d joints of KIT to smpl and render them into video?
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.
@qiqiApink Take a look at SMPL_Renderer
@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.