FuryTMP commited on
Commit
dab4f6c
·
verified ·
1 Parent(s): d4b087a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -32,12 +32,15 @@ This is a direct conversion of the **Distill-Any-Depth** PyTorch model to **ONNX
32
  ## 📜 License and Attribution
33
 
34
  ### Citation
 
 
35
  @article{he2025distill,
36
  title = {Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator},
37
  author = {Xiankang He and Dongyan Guo and Hongji Li and Ruibo Li and Ying Cui and Chi Zhang},
38
  year = {2025},
39
  journal = {arXiv preprint arXiv: 2502.19204}
40
  }
 
41
 
42
  - **Source Model:** [Distilled AnyDepth by Westlake-AGI-Lab](https://github.com/Westlake-AGI-Lab/Distill-Any-Depth)
43
  - **License:** MIT
 
32
  ## 📜 License and Attribution
33
 
34
  ### Citation
35
+
36
+ ```
37
  @article{he2025distill,
38
  title = {Distill Any Depth: Distillation Creates a Stronger Monocular Depth Estimator},
39
  author = {Xiankang He and Dongyan Guo and Hongji Li and Ruibo Li and Ying Cui and Chi Zhang},
40
  year = {2025},
41
  journal = {arXiv preprint arXiv: 2502.19204}
42
  }
43
+ ```
44
 
45
  - **Source Model:** [Distilled AnyDepth by Westlake-AGI-Lab](https://github.com/Westlake-AGI-Lab/Distill-Any-Depth)
46
  - **License:** MIT