xiaohaox commited on
Commit
daf4f46
·
verified ·
1 Parent(s): 495ff2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="Xiaohao-Xu/MD-3K", # change this if the dataset is released under another HF namespace
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
  )