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

Motion2Text generation always gives something irrelevant #75

Open zsolt-csibi opened 5 months ago

zsolt-csibi commented 5 months ago

Hi! I am trying to do text2motion and back to motion2text, and my idea was to generate a motion from text then from that motion generate text, and check the similarity.

For example: The motion is: 2024-01-22-11_32_4792584

The result is: a person walks backwards and then duckwalks forward.

I put the npy file path into the the txt as the format asks.

Is someone have success with the motion2text part? Because for me only the text2motion works.