Link dataset to paper (#1)
Browse files- Link dataset to paper (c8ea4d1359bbbe38f15adb05d41c334aff029969)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -48,4 +48,18 @@ bash pipelines/video_editing.sh
|
|
| 48 |
```
|
| 49 |
|
| 50 |
## Acknowledgments
|
| 51 |
-
Cinemo has been greatly inspired by the following amazing works and teams: [LaVie](https://github.com/Vchitect/LaVie) and [SEINE](https://github.com/Vchitect/SEINE), we thank all the contributors for open-sourcing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
```
|
| 49 |
|
| 50 |
## Acknowledgments
|
| 51 |
+
Cinemo has been greatly inspired by the following amazing works and teams: [LaVie](https://github.com/Vchitect/LaVie) and [SEINE](https://github.com/Vchitect/SEINE), we thank all the contributors for open-sourcing.
|
| 52 |
+
|
| 53 |
+
## Bibtex citation
|
| 54 |
+
|
| 55 |
+
```bibtex
|
| 56 |
+
@misc{ma2024cinemoconsistentcontrollableimage,
|
| 57 |
+
title={Cinemo: Consistent and Controllable Image Animation with Motion Diffusion Models},
|
| 58 |
+
author={Xin Ma and Yaohui Wang and Gengyun Jia and Xinyuan Chen and Yuan-Fang Li and Cunjian Chen and Yu Qiao},
|
| 59 |
+
year={2024},
|
| 60 |
+
eprint={2407.15642},
|
| 61 |
+
archivePrefix={arXiv},
|
| 62 |
+
primaryClass={cs.CV},
|
| 63 |
+
url={https://arxiv.org/abs/2407.15642},
|
| 64 |
+
}
|
| 65 |
+
```
|