Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,38 @@ 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:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
task_categories:
|
22 |
+
- image-segmentation
|
23 |
---
|
24 |
+
|
25 |
+
## 📄 License and Attribution
|
26 |
+
|
27 |
+
This dataset is a downsampled version of the [COCO 2017 dataset](https://cocodataset.org/#home), tailored for segmentation tasks. It has the following fields:
|
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
|
35 |
+
|
36 |
+
- **License Type**: [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
|
37 |
+
- **License Details**: This license permits redistribution, modification, and commercial use, provided that appropriate credit is given to the original creators.
|
38 |
+
- **Original Dataset License**: The original COCO 2017 dataset is licensed under CC BY 4.0.
|
39 |
+
|
40 |
+
### Attribution
|
41 |
+
|
42 |
+
When using this dataset, please cite the original COCO dataset as follows:
|
43 |
+
|
44 |
+
> Tsung-Yi Lin, Michael Maire, Serge Belongie, Lubomir Bourdev, Ross Girshick, James Hays, Pietro Perona, Deva Ramanan, C. Lawrence Zitnick, and Piotr Dollár. "Microsoft COCO: Common Objects in Context." In *European Conference on Computer Vision*, pp. 740–755. Springer, 2014.
|
45 |
+
|
46 |
+
For more information, visit the [COCO dataset website](https://cocodataset.org/#home).
|