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

Hugging face demo not working required for comparison on Motion2Text #94

Open rd20karim opened 2 months ago

rd20karim commented 2 months ago

Thanks for releasing code of this interesting framework design.

I wanted to compare qualitative performance of Motion2Text output in MotionGPT with my work M2T-Segmentation but the Hugging Face demo seems not working:

Runtime error
Launch timed out, workload was not healthy after 30 min
Container logs:

===== Application Startup at 2024-04-09 21:49:58 =====

Processing ./pyrender
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting freetype-py
....
  Downloading pyglet-1.4.0a1-py2.py3-none-any.whl (1.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 20.1 MB/s eta 0:00:00
Requirement already satisfied: future in /home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages (from pyglet==1.4.0a1) (1.0.0)

Thanks for your help!