Update README.md
Browse files
README.md
CHANGED
|
@@ -2625,3 +2625,26 @@ configs:
|
|
| 2625 |
- split: test
|
| 2626 |
path: data/test-*
|
| 2627 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2625 |
- split: test
|
| 2626 |
path: data/test-*
|
| 2627 |
---
|
| 2628 |
+
|
| 2629 |
+
This is the sky timelapse dataset from https://github.com/zhangzjn/DTVNet, ported to Huggingface dataset.
|
| 2630 |
+
|
| 2631 |
+
Please cite:
|
| 2632 |
+
|
| 2633 |
+
```bibtex
|
| 2634 |
+
@InProceedings{Xiong_2018_CVPR,
|
| 2635 |
+
author = {Xiong, Wei and Luo, Wenhan and Ma, Lin and Liu, Wei and Luo, Jiebo},
|
| 2636 |
+
title = {Learning to Generate Time-Lapse Videos Using Multi-Stage Dynamic Generative Adversarial Networks},
|
| 2637 |
+
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 2638 |
+
month = {June},
|
| 2639 |
+
year = {2018}
|
| 2640 |
+
}
|
| 2641 |
+
|
| 2642 |
+
@inproceedings{dtvnet,
|
| 2643 |
+
title={DTVNet: Dynamic time-lapse video generation via single still image},
|
| 2644 |
+
author={Zhang, Jiangning and Xu, Chao and Liu, Liang and Wang, Mengmeng and Wu, Xia and Liu, Yong and Jiang, Yunliang},
|
| 2645 |
+
booktitle={European Conference on Computer Vision},
|
| 2646 |
+
pages={300--315},
|
| 2647 |
+
year={2020},
|
| 2648 |
+
organization={Springer}
|
| 2649 |
+
}
|
| 2650 |
+
```
|