EricGuo5513 / text-to-motion

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

converting 3D motion plot to the full body render #28

Open j-p-e opened 1 year ago

j-p-e commented 1 year ago

Hi - thanks for this interesting work. Is there code available to generate the blue 3D body renders that appear in the paper ? I am using T2M running with Comp_v6_KLD01 and have got the mp4 of red/blue/black joint lines plotted by plot_script.py and also have the output gen_motion_XX_XXXX_XX_a,npy joint data, just looking to do the final layer of processing to get to the rendered mesh output style that appears in the paper (as mp4 or gif).

EricGuo5513 commented 1 year ago

Hi, please refer to this issue: https://github.com/EricGuo5513/HumanML3D/issues/1

Also, you can have a look at the recent Human Motion Diffusion Model. They have decent visualizations.

j-p-e @.***> 于2023年6月23日周五 06:56写道:

Hi - thanks for this interesting work. Is there code available to generate the blue 3D body renders that appear in the paper ? I am using T2M running with Comp_v6_KLD01 and have got the mp4 of red/blue/black joint lines plotted by plot_script.py and also have the output gen_motion_XX_XXXX_XX_a,mpy joint data, just looking to render them to get to the rendered mesh output style that appears in the paper.

— Reply to this email directly, view it on GitHub https://github.com/EricGuo5513/text-to-motion/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKRYNBYVLUXJZ3NPEVWT7V3XMWG6DANCNFSM6AAAAAAZRRBKWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

j-p-e commented 1 year ago

great, thanks