Lymann commited on
Commit
f35aff6
·
verified ·
1 Parent(s): f7c7306

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This repository contains the model of the paper IRG-MotionLLM: Interleaving Motion Generation, Assessment and Refinement for Text-to-Motion Generation.
2
+
3
+ Code: https://github.com/HumanMLLM/IRG-MotionLLM
4
+
5
+
6
+ If you find our work helpful for your research, please consider citing our paper.
7
+
8
+ ```
9
+ @article{li2025irg,
10
+ title={IRG-MotionLLM: Interleaving Motion Generation, Assessment and Refinement for Text-to-Motion Generation},
11
+ author={Li, Yuan-Ming and Yang, Qize and Lei, Nan and Fu, Shenghao and Zeng, Ling-An and Hu, Jian-Fang and Wei, Xihan and Zheng, Wei-Shi},
12
+ journal={arXiv preprint arXiv:2512.10730},
13
+ year={2025}
14
+ }
15
+ ```