Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: depth-estimation
|
5 |
+
tags:
|
6 |
+
- video depth estimation
|
7 |
+
base_model:
|
8 |
+
- stabilityai/stable-video-diffusion-img2vid-xt
|
9 |
+
---
|
10 |
+
# ChronoDepth: Learning Temporally Consistent Video Depth from Video Diffusion Priors
|
11 |
+
|
12 |
+
This model represents the official checkpoint of the paper titled "Learning Temporally Consistent Video Depth from Video Diffusion Priors".
|
13 |
+
|
14 |
+
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fjhaoshao.github.io%2FChronoDepth%2F&up_message=ChronoDepth&up_color=blue&style=flat&logo=timescale&logoColor=%23FFDC0F)](https://xdimlab.github.io/ChronoDepth/) [![Paper](https://img.shields.io/badge/arXiv-PDF-b31b1b)](https://arxiv.org/abs/2406.01493)[![GitHub](https://img.shields.io/github/stars/jhaoshao/ChronoDepth?style=default&label=GitHub%20★&logo=github)](https://github.com/jhaoshao/ChronoDepth)
|
15 |
+
|
16 |
+
[Jiahao Shao*](https://jhaoshao.github.io/), Yuanbo Yang*, Hongyu Zhou, [Youmin Zhang](https://youmi-zym.github.io/), [Yujun Shen](https://shenyujun.github.io/), [Vitor Guizilini](https://vitorguizilini.github.io/), [Yue Wang](https://yuewang.xyz/), [Matteo Poggi](https://mattpoggi.github.io/), [Yiyi Liao†](https://yiyiliao.github.io/ )
|
17 |
+
|
18 |
+
## 🎓 Citation
|
19 |
+
|
20 |
+
Please cite our paper if you find this repository useful:
|
21 |
+
|
22 |
+
```bibtex
|
23 |
+
@misc{shao2024learningtemporallyconsistentvideo,
|
24 |
+
title={Learning Temporally Consistent Video Depth from Video Diffusion Priors},
|
25 |
+
author={Jiahao Shao and Yuanbo Yang and Hongyu Zhou and Youmin Zhang and Yujun Shen and Vitor Guizilini and Yue Wang and Matteo Poggi and Yiyi Liao},
|
26 |
+
year={2024},
|
27 |
+
eprint={2406.01493},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={cs.CV},
|
30 |
+
url={https://arxiv.org/abs/2406.01493},
|
31 |
+
}
|
32 |
+
```
|