Improve model card
#1
by
qubvel-hf
HF Staff
- opened
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: depth-estimation
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Prompt-Depth-Anything-Vitl
|
@@ -13,17 +18,11 @@ Prompt Depth Anything is a high-resolution and accurate metric depth estimation
|
|
13 |
- A scalable data pipeline is introduced to train the method.
|
14 |
- Prompt Depth Anything benefits downstream applications, including 3D reconstruction and generalized robotic grasping.
|
15 |
|
16 |
-
## Installation
|
17 |
-
|
18 |
-
```bash
|
19 |
-
git clone https://github.com/DepthAnything/PromptDA.git
|
20 |
-
cd PromptDA
|
21 |
-
pip install -r requirements.txt
|
22 |
-
pip install -e .
|
23 |
-
```
|
24 |
|
25 |
## Usage
|
26 |
|
|
|
|
|
27 |
```python
|
28 |
import requests
|
29 |
from PIL import Image
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: depth-estimation
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- depth
|
7 |
+
- metric-depth
|
8 |
+
- lidar
|
9 |
---
|
10 |
|
11 |
# Prompt-Depth-Anything-Vitl
|
|
|
18 |
- A scalable data pipeline is introduced to train the method.
|
19 |
- Prompt Depth Anything benefits downstream applications, including 3D reconstruction and generalized robotic grasping.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## Usage
|
23 |
|
24 |
+
This model is compatible with Hugging Face Transformers ([docs](https://huggingface.co/docs/transformers/en/model_doc/prompt_depth_anything)).
|
25 |
+
|
26 |
```python
|
27 |
import requests
|
28 |
from PIL import Image
|