Update README.md
Browse files
README.md
CHANGED
|
@@ -159,4 +159,16 @@ Their contributions have been invaluable to this project.
|
|
| 159 |
# 📜License
|
| 160 |
The VMBench is licensed under [Apache-2.0 license](http://www.apache.org/licenses/LICENSE-2.0). You are free to use our codes for research purpose.
|
| 161 |
|
| 162 |
-
# ✏️Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
# 📜License
|
| 160 |
The VMBench is licensed under [Apache-2.0 license](http://www.apache.org/licenses/LICENSE-2.0). You are free to use our codes for research purpose.
|
| 161 |
|
| 162 |
+
# ✏️Citation
|
| 163 |
+
If you find our repo useful for your research, please consider citing our paper:
|
| 164 |
+
```bibtex
|
| 165 |
+
@misc{ling2025vmbenchbenchmarkperceptionalignedvideo,
|
| 166 |
+
title={VMBench: A Benchmark for Perception-Aligned Video Motion Generation},
|
| 167 |
+
author={Xinran Ling and Chen Zhu and Meiqi Wu and Hangyu Li and Xiaokun Feng and Cundian Yang and Aiming Hao and Jiashu Zhu and Jiahong Wu and Xiangxiang Chu},
|
| 168 |
+
year={2025},
|
| 169 |
+
eprint={2503.10076},
|
| 170 |
+
archivePrefix={arXiv},
|
| 171 |
+
primaryClass={cs.CV},
|
| 172 |
+
url={https://arxiv.org/abs/2503.10076},
|
| 173 |
+
}
|
| 174 |
+
```
|