OpenMotionLab / MotionGPT

[NeurIPS 2023] MotionGPT: Human Motion as a Foreign Language, a unified motion-language generation model using LLMs
https://motion-gpt.github.io
MIT License
1.38k stars 85 forks source link

How to reproduce the motion complete result in the teaser video? #73

Open MingCongSu opened 6 months ago

MingCongSu commented 6 months ago

Thanks for the great work! I run the batch demo code using the example in ./demos. i.e. python demo.py --cfg ./configs/config_h3d_stage3.yaml --example ./demos/inbetween.txt

But when I want to render the input 0_in_mesh.npy and output 0_out_mesh.npy mesh, both the mesh colors in their videos are in the same color (yellow). It's not like the teaser video that the mesh colors are blue and yellow, which makes it hard to tell which motion parts are generated from the model.

The rendered videos are as follows 0_in_mesh.gif 0_out_mesh.gif
0_in_mesh 0_out_mesh

Does anyone know how to get the motion complete result in the teaser video?