8000 GitHub - MiRECoFu/Mogo: Official supplementary code for Mogo: RQ Hierarchical Causal Transformer for High-Quality 3D Human Motion Generation, an autoregressive model for long-range 3D motion synthesis.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Mogo Public

Official supplementary code for Mogo: RQ Hierarchical Causal Transformer for High-Quality 3D Human Motion Generation, an autoregressive model for long-range 3D motion synthesis.

Notifications You must be signed in to change notification settings

MiRECoFu/Mogo

Repository files navigation

example

MOGO: Residual Quantized Hierarchical Causal Transformer for High-Quality and Real-Time 3D Human Motion Generation

License: CC BY-NC 4.0 GitHub issues GitHub pull requests GitHub stars arXiv email

MOGO: Residual Quantized Hierarchical Causal Transformer for High-Quality and Real-Time 3D Human Motion Generation
Dongjie Fu*Tengjiao Sun*Pengcheng Fang*Xiaohao CaiHansung Kim
University of Southampton  MOGO

example


🚀 Updates

  • [2024.06.03] Reorganize github
  • [2024.05.21] Submit data process and evaluation algorithms
  • [2024.11.23] Fix some bugs.
  • [2024.08.04] Release model architecture.

🔥🔥🔥 Todo

  • Code
  • App.py
  • Inference code of MoSA-VQ and Mogo
  • Project Page
  • Release pretrained weights train on HumanML3D
  • Release pretrained weights train on our own made huge motion dataset
  • Code of infinite length continuation and generation
  • Controllable motion generation

Installation

Conda environment setup

conda create -n mogo python=3.10 -y
conda activate mogo
pip install -r requirement.txt

Single Motion Sequence Generation

By using the following command, you can quickly generate an image with MOGO.

MOGO Generation

CUDA_VISIBLE_DEVICES=0 python gen_t2m.py

MoSA-VQ Generation

CUDA_VISIBLE_DEVICES=0 python gen_t2m.py

MOGO-GUI

We provide a simple GUI for MOGO. You can easily run it by casting

python app.py

🏫About us

Thank you for your interest in this project. We are a startup team, if you are interested in our project, please contact us.

🦄 Performance

🏕️ Instruction Completion

example

🌋 Complex Scenarios

example

The following are examples of the generated BVH using MOGO.

Citation

If you use MOGO or MoSA-VQ in your work, please use the following BibTeX entries:

@article{fu2024mogo,
  title={Mogo: RQ Hierarchical Causal Transformer for High-Quality 3D Human Motion Generation},
  author={Fu, Dongjie},
  journal={arXiv preprint arXiv:2412.07797},
  year={2024}
}

About

Official supplementary code for Mogo: RQ Hierarchical Causal Transformer for High-Quality 3D Human Motion Generation, an autoregressive model for long-range 3D motion synthesis.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0