DarthReca commited on
Commit
9c9e149
1 Parent(s): e0f0707

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -6,8 +6,8 @@ license: apache-2.0
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
- This is the small version of Depth Any Canopy presented in [Depth Any Canopy Paper]().
10
-
11
  ## Model Details
12
 
13
  <!-- Provide a longer summary of what this model is. -->
@@ -46,7 +46,7 @@ model = AutoModelForDepthEstimation.from_pretrained("DarthReca/depth-any-canopy-
46
 
47
  - **Carbon Emitted:** 0.14 kgCO2
48
 
49
- Carbon emissions are estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
50
 
51
  ## Citation
52
 
@@ -55,7 +55,13 @@ Carbon emissions are estimated using the [Machine Learning Impact calculator](ht
55
  **BibTeX:**
56
 
57
  ```
58
- @article{
59
-
 
 
 
 
 
 
60
  }
61
  ```
 
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
+ This is the small version of Depth Any Canopy presented in Depth Any Canopy Paper. A [Base version](https://huggingface.co/DarthReca/depth-any-canopy-base) is also available.
10
+ a
11
  ## Model Details
12
 
13
  <!-- Provide a longer summary of what this model is. -->
 
46
 
47
  - **Carbon Emitted:** 0.14 kgCO2
48
 
49
+ Carbon emissions are estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute).
50
 
51
  ## Citation
52
 
 
55
  **BibTeX:**
56
 
57
  ```
58
+ @misc{cambrin2024depthcanopyleveragingdepth,
59
+ title={Depth Any Canopy: Leveraging Depth Foundation Models for Canopy Height Estimation},
60
+ author={Daniele Rege Cambrin and Isaac Corley and Paolo Garza},
61
+ year={2024},
62
+ eprint={2408.04523},
63
+ archivePrefix={arXiv},
64
+ primaryClass={cs.CV},
65
+ url={https://arxiv.org/abs/2408.04523},
66
  }
67
  ```