Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,10 @@ dataset_info:
|
|
9 |
sequence: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes: 1200871225
|
13 |
num_examples: 10000
|
14 |
download_size: 1199201925
|
15 |
-
dataset_size: 1200871225
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
@@ -20,6 +20,13 @@ configs:
|
|
20 |
path: data/train-*
|
21 |
task_categories:
|
22 |
- image-segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
## 📄 License and Attribution
|
@@ -28,7 +35,7 @@ This dataset is a downsampled version of the [COCO 2017 dataset](https://cocodat
|
|
28 |
|
29 |
|
30 |
- image: 256x256 image
|
31 |
-
- segmentation: 256x256 image. Each pixel encodes the class of that pixel
|
32 |
- captions: a list of captions for the image, each by a different labeler.
|
33 |
|
34 |
### License
|
|
|
9 |
sequence: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 1200871225
|
13 |
num_examples: 10000
|
14 |
download_size: 1199201925
|
15 |
+
dataset_size: 1200871225
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
|
|
20 |
path: data/train-*
|
21 |
task_categories:
|
22 |
- image-segmentation
|
23 |
+
- image-to-text
|
24 |
+
- text-to-image
|
25 |
+
license: cc-by-4.0
|
26 |
+
language:
|
27 |
+
- en
|
28 |
+
size_categories:
|
29 |
+
- 1K<n<10K
|
30 |
---
|
31 |
|
32 |
## 📄 License and Attribution
|
|
|
35 |
|
36 |
|
37 |
- image: 256x256 image
|
38 |
+
- segmentation: 256x256 image. Each pixel encodes the class of that pixel. See `class_names_dict.json` for a legend.
|
39 |
- captions: a list of captions for the image, each by a different labeler.
|
40 |
|
41 |
### License
|