Mael-zys / T2M-GPT

(CVPR 2023) Pytorch implementation of “T2M-GPT: Generating Human Motion from Textual Descriptions with Discrete Representations”
https://mael-zys.github.io/T2M-GPT/
Apache License 2.0
595 stars 52 forks source link

Render Multiple Frames in Single Image as Presented in the Paper #55

Closed exitudio closed 2 months ago

exitudio commented 1 year ago

Thank you for your great work. How did you render multiple frames in a single image? Do you have code for this or use blender to render it? image

Mael-zys commented 2 months ago

Sorry for my late reply. You can uncomment this line to render all the generated frames.

https://github.com/Mael-zys/T2M-GPT/blob/main/render_final.py#L161