Commit ·
170b01a
1
Parent(s): 3e6d868
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,12 @@ license: afl-3.0
|
|
| 4 |
|
| 5 |
# Dataset Card for ImageCoDe
|
| 6 |
|
| 7 |
-
To get started quickly,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
## Dataset Description
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
# Dataset Card for ImageCoDe
|
| 6 |
|
| 7 |
+
To get started quickly, load descriptions via:
|
| 8 |
+
```
|
| 9 |
+
from datasets import load_dataset
|
| 10 |
+
examples = load_dataset('BennoKrojer/ImageCoDe')
|
| 11 |
+
```
|
| 12 |
+
And download `image_sets.zip` for all images sets (each directory consisting of 10 images).
|
| 13 |
|
| 14 |
## Dataset Description
|
| 15 |
|