junguin commited on
Commit
242a365
·
verified ·
1 Parent(s): 50e8e6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -21,11 +21,28 @@ size_categories:
21
 
22
  # Global Streetscapes
23
 
24
- Repository for the tabular portion (346 features) of the [Global Streetscapes dataset project](https://ual.sg/project/global-streetscapes/) by the [Urban Analytics Lab (UAL)](https://ual.sg/) at the National University of Singapore (NUS).
25
 
26
- This repository has a total size of about 63G (37G for `data/`, 23G for `manual_labels/`, and 2.8G for `models/`). Please make sure your device has sufficient storage if you are downloading the entire repo.
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
- You can follow the code and documentation in our [GitHub repo](https://github.com/ualsg/global-streetscapes) to download the image files (total 10+ Million images, ~6TB) from their original sources as you need.
 
 
 
 
29
  Our [Wiki](https://github.com/ualsg/global-streetscapes/wiki/2-Download-images) also contains instructions and demo on how to filter the dataset for a subset of data of your interest and download the image files for them.
30
 
31
  Read more about this project on the [project website](https://ual.sg/project/global-streetscapes/), which includes an overview of the project together with the background, [paper](https://www.sciencedirect.com/science/article/pii/S0924271624002612), and FAQ.
 
21
 
22
  # Global Streetscapes
23
 
24
+ Repository for the tabular portion of the [Global Streetscapes dataset project](https://ual.sg/project/global-streetscapes/) by the [Urban Analytics Lab (UAL)](https://ual.sg/) at the National University of Singapore (NUS).
25
 
26
+ Content breakdown:
27
+ * `data/` (37 GB)
28
+ * 21 `csv` files with 346 unique features in total and 10 million rows each to characterise the 10 million street-level images in our dataset
29
+ * `manual_labels/` (23 GB)
30
+ * `train/`
31
+ * 8 `csv` files of manual labels for training computer vision models to classify 8 different [contextual characteristics](https://github.com/ualsg/global-streetscapes?tab=readme-ov-file#manually-labelled-subset-for-benchmarking) of a street view image, along with other metadata such as the image's location, city, file path etc.
32
+ * `test/`
33
+ * 8 `csv` files of manual labels for model testing, along with other metadata such as the image's location, city, file path etc.
34
+ * `img/`
35
+ * 7 `tar.gz` files containing all images used for training and testing
36
+ * `models/` (2.8 GB)
37
+ * 8 `ckpt` files storing the trained models
38
+ * `cities688.csv` contains basic information for the 688 cities included in the dataset, such as population, continent, image count etc.
39
+ * `info.csv` overviews the content of each `csv` file in `/data` and explains the 346 features
40
 
41
+ This repository has a total size of about 62+ GB. Please make sure your device has sufficient storage especially if you are downloading the entire repo.
42
+
43
+ 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.
44
+
45
+ To download the imagery portion (total 10 Million images, ~6TB), you can follow the code and documentation in our [GitHub repo](https://github.com/ualsg/global-streetscapes).
46
  Our [Wiki](https://github.com/ualsg/global-streetscapes/wiki/2-Download-images) also contains instructions and demo on how to filter the dataset for a subset of data of your interest and download the image files for them.
47
 
48
  Read more about this project on the [project website](https://ual.sg/project/global-streetscapes/), which includes an overview of the project together with the background, [paper](https://www.sciencedirect.com/science/article/pii/S0924271624002612), and FAQ.