File size: 996 Bytes
792b57e
 
 
a2ddaf6
792b57e
 
a2ddaf6
 
 
54b4f08
a2ddaf6
54b4f08
 
 
 
 
 
 
 
 
 
 
 
a2ddaf6
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: apache-2.0
pipeline_tag: depth-estimation
arxiv: <2502.19204>
tags:
- distill-any-depth
- vision
---

# Distill Any Depth

## Introduction
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.

## Installation
```bash
git clone https://huggingface.co/xingyang1/Distill-Any-Depth
pip install -r requirements.txt
```

## BibTeX entry and citation info

If you find this project useful, please consider citing:

```bibtex
@article{he2025distill,
  title   = {Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator},
  author  = {Xiankang He and Dongyan Guo and Hongji Li and Ruibo Li and Ying Cui and Chi Zhang},
  year    = {2025},
  journal = {arXiv preprint arXiv: 2502.19204}
}
```