matiasqr commited on
Commit
f0ace6a
1 Parent(s): 4860298

readme updates for script to download one single folder

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,6 +43,8 @@ This repository has a total size of about 62 GB.
43
 
44
  Please follow this [guide](https://huggingface.co/docs/huggingface_hub/guides/download) from huggingface for download instructions. Please avoid using 'git clone' to download the repo as Git stores the files twice and will double the disk space usage to 124+ GB.
45
 
 
 
46
  To download the imagery portion (10 million images, ~6TB), please follow the code and documentation in our [GitHub repo](https://github.com/ualsg/global-streetscapes).
47
  Our [Wiki](https://github.com/ualsg/global-streetscapes/wiki/2-Download-images) contains instructions and a demo on how to filter the dataset for a subset of data of your interest and download the image files for them.
48
 
 
43
 
44
  Please follow this [guide](https://huggingface.co/docs/huggingface_hub/guides/download) from huggingface for download instructions. Please avoid using 'git clone' to download the repo as Git stores the files twice and will double the disk space usage to 124+ GB.
45
 
46
+ We have also provided a script `download_folder.py` to download one folder from this dataset, instead of just a single file or the entire dataset.
47
+
48
  To download the imagery portion (10 million images, ~6TB), please follow the code and documentation in our [GitHub repo](https://github.com/ualsg/global-streetscapes).
49
  Our [Wiki](https://github.com/ualsg/global-streetscapes/wiki/2-Download-images) contains instructions and a demo on how to filter the dataset for a subset of data of your interest and download the image files for them.
50