Datasets:
Tasks:
Depth Estimation
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
depth-estimation
monocular-depth-estimation
ordinal-depth
spatial-reasoning
transparent-scenes
glass
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ Download the archive with `huggingface_hub`:
|
|
| 77 |
from huggingface_hub import hf_hub_download
|
| 78 |
|
| 79 |
zip_path = hf_hub_download(
|
| 80 |
-
repo_id="
|
| 81 |
filename="MD-3K.zip",
|
| 82 |
repo_type="dataset",
|
| 83 |
)
|
|
|
|
| 77 |
from huggingface_hub import hf_hub_download
|
| 78 |
|
| 79 |
zip_path = hf_hub_download(
|
| 80 |
+
repo_id="xiaohaox/MultiDepth-3K-Dataset", # change this if the dataset is released under another HF namespace
|
| 81 |
filename="MD-3K.zip",
|
| 82 |
repo_type="dataset",
|
| 83 |
)
|