Update README.md
Browse files
README.md
CHANGED
@@ -109,11 +109,14 @@ accelerate launch train_vqvae.py
|
|
109 |
If you find our work useful, please consider citing:
|
110 |
|
111 |
```bibtex
|
112 |
-
@
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
|
|
|
|
|
|
117 |
}
|
118 |
```
|
119 |
|
|
|
109 |
If you find our work useful, please consider citing:
|
110 |
|
111 |
```bibtex
|
112 |
+
@misc{ding2025mtvcrafter4dmotiontokenization,
|
113 |
+
title={MTVCrafter: 4D Motion Tokenization for Open-World Human Image Animation},
|
114 |
+
author={Yanbo Ding and Xirui Hu and Zhizhi Guo and Yali Wang},
|
115 |
+
year={2025},
|
116 |
+
eprint={2505.10238},
|
117 |
+
archivePrefix={arXiv},
|
118 |
+
primaryClass={cs.CV},
|
119 |
+
url={https://arxiv.org/abs/2505.10238},
|
120 |
}
|
121 |
```
|
122 |
|