Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: depth-estimation
|
4 |
-
arxiv: 2502.19204
|
5 |
tags:
|
6 |
- distill-any-depth
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: depth-estimation
|
4 |
+
arxiv: <2502.19204>
|
5 |
tags:
|
6 |
- distill-any-depth
|
7 |
+
- vision
|
8 |
+
---
|
9 |
+
|
10 |
+
### Distill Any Depth
|
11 |
+
We present Distill-Any-Depth, a new SOTA monocular depth estimation model trained with our proposed knowledge distillation algorithms. Models with various seizes are available in this repo.
|
12 |
+
|
13 |
+
### BibTeX entry and citation info
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@article{he2025distill,
|
17 |
+
title = {Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator},
|
18 |
+
author = {Xiankang He and Dongyan Guo and Hongji Li and Ruibo Li and Ying Cui and Chi Zhang},
|
19 |
+
year = {2025},
|
20 |
+
journal = {arXiv preprint arXiv: 2502.19204}
|
21 |
+
}
|
22 |
+
```
|