Bingxin commited on
Commit
e54d045
β€’
1 Parent(s): c0ed9cf

update readme

Browse files
Files changed (1) hide show
  1. README.md +22 -6
README.md CHANGED
@@ -11,13 +11,26 @@ tags:
11
  - depth
12
  ---
13
 
14
- # RollingDepth: Video Depth without Video Models
15
 
 
16
 
 
 
17
 
18
- [![Website](doc/badges/badge-website.svg)](https://rollingdepth.github.io/)
19
- [![License](https://img.shields.io/badge/License-RAIL++--M-929292)](LICENSE-MODEL.txt)
20
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
 
23
 
@@ -25,16 +38,19 @@ tags:
25
  These components are copied from [Stable-Diffusion-2](https://huggingface.co/stabilityai/stable-diffusion-2): `text_encoder`, `tokenizer`, and `vae`.
26
 
27
 
28
- ## πŸŽ“ Citation
29
 
30
  ```bibtex
31
 
32
- ```
33
 
34
  ## 🎫 License
35
 
36
 
 
 
37
  The model is licensed under RAIL++-M License (as defined in the [LICENSE-MODEL](LICENSE-MODEL.txt))
38
 
39
- By downloading and using model you agree to the terms in the [LICENSE-MODEL](LICENSE-MODEL.txt).
 
40
 
 
11
  - depth
12
  ---
13
 
 
14
 
15
+ # πŸ›Ή RllingDepth: Video Depth without Video Models
16
 
17
+ [![Website](doc/badges/badge-website.svg)](https://rollingdepth.github.io)
18
+ [![Hugging Face Model](https://img.shields.io/badge/GitHub-Code-blue)](https://github.com/prs-eth/RollingDepth)
19
 
20
+ This repository represents the official implementation of the paper titled "Video Depth without Video Models".
 
21
 
22
+ [Bingxin Ke](http://www.kebingxin.com/)<sup>1</sup>,
23
+ [Dominik Narnhofer](https://scholar.google.com/citations?user=tFx8AhkAAAAJ&hl=en)<sup>1</sup>,
24
+ [Shengyu Huang](https://shengyuh.github.io/)<sup>1</sup>,
25
+ [Lei Ke](https://www.kelei.site/)<sup>2</sup>,
26
+ [Torben Peters](https://scholar.google.com/citations?user=F2C3I9EAAAAJ&hl=de)<sup>1</sup>,
27
+ [Katerina Fragkiadaki](https://www.cs.cmu.edu/~katef/)<sup>2</sup>,
28
+ [Anton Obukhov](https://www.obukhov.ai/)<sup>1</sup>,
29
+ [Konrad Schindler](https://scholar.google.com/citations?user=FZuNgqIAAAAJ&hl=en)<sup>1</sup>
30
+
31
+
32
+ <sup>1</sup>ETH Zurich,
33
+ <sup>2</sup>Carnegie Mellon University
34
 
35
 
36
 
 
38
  These components are copied from [Stable-Diffusion-2](https://huggingface.co/stabilityai/stable-diffusion-2): `text_encoder`, `tokenizer`, and `vae`.
39
 
40
 
41
+ <!-- ## πŸŽ“ Citation
42
 
43
  ```bibtex
44
 
45
+ ``` -->
46
 
47
  ## 🎫 License
48
 
49
 
50
+ This code of this work is licensed under the Apache License, Version 2.0 (as defined in the [LICENSE-CODE](LICENSE-CODE.txt)).
51
+
52
  The model is licensed under RAIL++-M License (as defined in the [LICENSE-MODEL](LICENSE-MODEL.txt))
53
 
54
+ By downloading and using the code and model you agree to the terms in [LICENSE-CODE](LICENSE-CODE.txt) and [LICENSE-MODEL](LICENSE-MODEL.txt) respectively.
55
+
56