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.45k stars 92 forks source link

Configuration for demo-only or training-evaluation Tasks #39

Open ChenFengYe opened 12 months ago

ChenFengYe commented 12 months ago

Hi users or developers, If you only want to deploy pre-trained MotionGPT on your local machine, we suggest you follow the following codes. https://huggingface.co/spaces/OpenMotionLab/MotionGPT/tree/main

If you want to train and evaluate your own MotionGPT with Humanml3d datasets, we suggest you follow this source code here in GitHub: https://github.com/OpenMotionLab/MotionGPT

smandava98 commented 11 months ago

What about for fine-tune? @ChenFengYe

Yashaswini-Srirangarajan commented 8 months ago

Where do we have to place the HumanML3d Dataset before running the "python -m train --cfg configs/config_h3d_stage1.yaml --nodebug" command for training our own models?