halffried commited on
Commit
85177f6
1 Parent(s): c7085c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ ## What is it?
6
+
7
+ Just a mirror of a model from https://github.com/isl-org/MiDaS, to allow downloading with Huggingface Hub tools
8
+
9
+ ## Citation
10
+
11
+ ```bibtex
12
+ @ARTICLE {Ranftl2022,
13
+ author = "Ren\'{e} Ranftl and Katrin Lasinger and David Hafner and Konrad Schindler and Vladlen Koltun",
14
+ title = "Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-Shot Cross-Dataset Transfer",
15
+ journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
16
+ year = "2022",
17
+ volume = "44",
18
+ number = "3"
19
+ }
20
+ ```
21
+
22
+ ```bibtex
23
+ @article{Ranftl2021,
24
+ author = {Ren\'{e} Ranftl and Alexey Bochkovskiy and Vladlen Koltun},
25
+ title = {Vision Transformers for Dense Prediction},
26
+ journal = {ICCV},
27
+ year = {2021},
28
+ }
29
+ ```