ksmehrab commited on
Commit
8767cff
1 Parent(s): 7804064

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -18
README.md CHANGED
@@ -116,26 +116,16 @@ English
116
  filename 2
117
  ...
118
  filename 10k
119
- chunk_3
120
- filename 1
121
- filename 2
122
- ...
123
- filename 10k
124
- chunk_4
125
- filename 1
126
- filename 2
127
- ...
128
- filename 10k
129
- chunk_5
130
- filename 1
131
- filename 2
132
- ...
133
- filename 10k
134
  chunk_6
135
  filename 1
136
  filename 2
137
  ...
138
  filename 10k
 
 
139
  classification_train.csv
140
  classification_test.csv
141
  classification_val.csv
@@ -152,12 +142,14 @@ English
152
  data-bib.bib
153
  ```
154
 
155
- **Notes:**
156
  <!-- [Add instructions for downloading images here]
157
  -->
158
  * Move to the `files and versions` tab
159
- * Git clone the repository to obtain the images and CSV files
160
- * Move all the images from each chunk to your target directory. Use the target directory as the flat image directory for the dataset.
 
 
161
 
162
  ### Data Instances
163
 
 
116
  filename 2
117
  ...
118
  filename 10k
119
+ .
120
+ .
121
+ .
 
 
 
 
 
 
 
 
 
 
 
 
122
  chunk_6
123
  filename 1
124
  filename 2
125
  ...
126
  filename 10k
127
+ ND_Processing_Files
128
+ download_and_process_nd_images.py
129
  classification_train.csv
130
  classification_test.csv
131
  classification_val.csv
 
142
  data-bib.bib
143
  ```
144
 
145
+ **Instructions for downloading dataset**
146
  <!-- [Add instructions for downloading images here]
147
  -->
148
  * Move to the `files and versions` tab
149
+ * Git clone the repository to obtain all images, CSVs and necessary files
150
+ * Move all the images from each chunk in `Images` to your target directory. Use the target directory as the flat image directory for the dataset.
151
+ * Run `download_and_process_nd_images.py` with --save_dir set to your target directory from the previous step.
152
+ * This will download and process the CC-BY-ND images that we do not provide in the `Images` folder
153
 
154
  ### Data Instances
155