Update README.md
Browse files
README.md
CHANGED
@@ -91,6 +91,12 @@ url={https://openreview.net/forum?id=Q93yqpfECQ}
|
|
91 |
}
|
92 |
```
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
## Columns
|
95 |
|
96 |
| ColumnId | Description | Datatype |
|
|
|
91 |
}
|
92 |
```
|
93 |
|
94 |
+
## Download Images
|
95 |
+
To get the images:
|
96 |
+
1. Download all image parts `images/images.tar.gz.part*`
|
97 |
+
2. Join the parts into a single archive file `cat images/images.tar.gz.part* > images/images.tar.gz`
|
98 |
+
3. Extract the archive `tar xvzf images.tar.gz`
|
99 |
+
|
100 |
## Columns
|
101 |
|
102 |
| ColumnId | Description | Datatype |
|