Spaces:
Runtime error
Runtime error
docs: update model card
Browse files
README.md
CHANGED
|
@@ -1,13 +1,35 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.1.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: Demo for apple/ml-depth-pro
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ML Depth Pro
|
| 3 |
+
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.1.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: Demo for apple/ml-depth-pro
|
| 11 |
+
models: [apple/DepthPro]
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Demo for **[Depth Pro: Sharp Monocular Metric Depth in Less Than a Second](https://arxiv.org/abs/2410.02073)**,
|
| 15 |
+
*Aleksei Bochkovskii, Amaël Delaunoy, Hugo Germain, Marcel Santos, Yichao Zhou, Stephan R. Richter, and Vladlen Koltun*.
|
| 16 |
+
|
| 17 |
+
## Citation
|
| 18 |
+
|
| 19 |
+
If you find the paper useful, please cite the following paper:
|
| 20 |
+
|
| 21 |
+
```bibtex
|
| 22 |
+
@article{Bochkovskii2024:arxiv,
|
| 23 |
+
author = {Aleksei Bochkovskii and Ama\"{e}l Delaunoy and Hugo Germain and Marcel Santos and
|
| 24 |
+
Yichao Zhou and Stephan R. Richter and Vladlen Koltun}
|
| 25 |
+
title = {Depth Pro: Sharp Monocular Metric Depth in Less Than a Second},
|
| 26 |
+
journal = {arXiv},
|
| 27 |
+
year = {2024},
|
| 28 |
+
url = {https://arxiv.org/abs/2410.02073},
|
| 29 |
+
}
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## License
|
| 33 |
+
This demo uses the sample code which was released under the [LICENSE](./LICENSE) terms.
|
| 34 |
+
|
| 35 |
+
The demo uses the model weights released under the [LICENSE](./LICENSE) terms.
|