xingyang1 commited on
Commit
54b4f08
·
verified ·
1 Parent(s): eff933e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -7,10 +7,20 @@ tags:
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. It was introduced in the paper [Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator](http://arxiv.org/abs/2502.19204). Models with various seizes are available in this repo.
12
 
13
- ### BibTeX entry and citation info
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ```bibtex
16
  @article{he2025distill,
 
7
  - vision
8
  ---
9
 
10
+ # Distill Any Depth
 
11
 
12
+ ## Introduction
13
+ We present Distill-Any-Depth, a new SOTA monocular depth estimation model trained with our proposed knowledge distillation algorithms. It was introduced in the paper [Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator](http://arxiv.org/abs/2502.19204). Models with various sizes are available in this repo.
14
+
15
+ ## Installation
16
+ ```bash
17
+ git clone https://huggingface.co/xingyang1/Distill-Any-Depth
18
+ pip install -r requirements.txt
19
+ ```
20
+
21
+ ## BibTeX entry and citation info
22
+
23
+ If you find this project useful, please consider citing:
24
 
25
  ```bibtex
26
  @article{he2025distill,