Update README.md
Browse files
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
|
| 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)
|
| 50 |
|
| 51 |
## Citation
|
| 52 |
|
|
@@ -55,7 +55,13 @@ Carbon emissions are estimated using the [Machine Learning Impact calculator](ht
|
|
| 55 |
**BibTeX:**
|
| 56 |
|
| 57 |
```
|
| 58 |
-
@
|
| 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 |
```
|