Update README.md
Browse files
README.md
CHANGED
@@ -86,13 +86,11 @@ Special thanks to the contributors of these libraries for their hard work and de
|
|
86 |
## 📚 Citation
|
87 |
|
88 |
```bibtex
|
89 |
-
@
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
primaryClass={cs.CV},
|
96 |
-
url={https://arxiv.org/abs/2407.21705},
|
97 |
}
|
98 |
```
|
|
|
86 |
## 📚 Citation
|
87 |
|
88 |
```bibtex
|
89 |
+
@inproceedings{zhang2025tora,
|
90 |
+
title={Tora: Trajectory-oriented diffusion transformer for video generation},
|
91 |
+
author={Zhang, Zhenghao and Liao, Junchao and Li, Menghao and Dai, Zuozhuo and Qiu, Bingxue and Zhu, Siyu and Qin, Long and Wang, Weizhi},
|
92 |
+
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
|
93 |
+
pages={2063--2073},
|
94 |
+
year={2025}
|
|
|
|
|
95 |
}
|
96 |
```
|