MotionGPT icon indicating copy to clipboard operation
MotionGPT copied to clipboard

[NeurIPS 2023] MotionGPT: Human Motion as a Foreign Language, a unified motion-language generation model using LLMs

Results 61 MotionGPT issues
Sort by recently updated
recently updated
newest added

Thank u for your grand project. It really helps a lot. But now I'm in trouble evaluating the task-specific motionGPT to tackle with motion translation. It seems that when the...

# Problem Description ![Image: Stuck on Initializing Distributed](https://github.com/OpenMotionLab/MotionGPT/assets/42733774/c94bf382-fa5f-4ce6-86f8-ba88f50d95f6) I encountered issues while training MotionGPT on multiple devices with specific configurations. Here are the details: 1. **Stuck on "Initializing Distributed" with...

![Screenshot from 2024-01-27 18-12-39](https://github.com/OpenMotionLab/MotionGPT/assets/64717556/f522cb13-f872-4daa-a7c7-9cfd35077b97) Where could this problem reside at? Idk where could this be a problem from at all, please help.

It seems GPT like llama2 is more popular. But the paper still use T5. Compared to GPT, does it have any special advantages to use T5?

Hi, thanks for sharing the great work.👍 I am trying to reuse the motion tokenizer (VQVAE) in MotionGPT so I wonder. 1. Is there a way to save the VQVAE's...

@ChenFengYe I want to use the framework of MotionGPT to train Kit-ML, but I have encountered a lot of dimensional incompatibility problems, most of which are due to the fact...

Running python -m train --cfg configs/config_h3d_stage1.yaml --nodebug after setting up the database proceeds training for 9 epochs and runs into the below error. > 1 Loading HumanML3D train ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7...

Fix #54 I'm using the latest version of gradio. It's possible that gradio has updated the `source` parameter type to list, so I've changed it accordingly.

Fix #71 I don't know if it's a mistake or a dependency update, but I've added a couple of packages that were missing when I installed it.

Fix #55 Got several 403 errors . After a quick look, I'm guessing most of these are resource files. With the `allowed_paths` parameter added to allow gradio access.