Mingshuang Luo, Ruibing Hou, Zhuo Li, Hong Chang, Zimo Liu, Yaowei Wang, Shiguang Shan
This is the official repository of M3GPT, An Advanced Multimodal, Multitask Framework for Motion Comprehension and Generation.
# clone project
git clone https://github.com/luomingshuang/M3GPT.git
# create conda environment
cd M3GPT
conda create -n m3gpt python=3.8
conda activate m3gpt
# install dependencies
pip install torch==2.0.0 --extra-index-url https://download.pytorch.org/whl/cu117
pip install -r requirements.txt
This project is implemented with Motion-X, AIST++, and FineDance datasets.
In this project, we focus on the body-part motion (not including face and hand motion). So we use the body feats among the above three datasets to model m3gpt. For all motion data, we unify the frame rate to 30.