Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
espejelomar commited on
Commit
e38757d
·
1 Parent(s): 6049270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +154 -0
README.md CHANGED
@@ -1,3 +1,157 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ paperswithcode_id: embedding-data/coco_captions
6
+ pretty_name: coco_captions
7
+
8
  ---
9
+
10
+ # Dataset Card for "coco_captions"
11
+
12
+ ## Table of Contents
13
+
14
+ - [Dataset Description](#dataset-description)
15
+ - [Dataset Summary](#dataset-summary)
16
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
17
+ - [Languages](#languages)
18
+ - [Dataset Structure](#dataset-structure)
19
+ - [Data Instances](#data-instances)
20
+ - [Data Fields](#data-fields)
21
+ - [Data Splits](#data-splits)
22
+ - [Dataset Creation](#dataset-creation)
23
+ - [Curation Rationale](#curation-rationale)
24
+ - [Source Data](#source-data)
25
+ - [Annotations](#annotations)
26
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
27
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
28
+ - [Social Impact of Dataset](#social-impact-of-dataset)
29
+ - [Discussion of Biases](#discussion-of-biases)
30
+ - [Other Known Limitations](#other-known-limitations)
31
+ - [Additional Information](#additional-information)
32
+ - [Dataset Curators](#dataset-curators)
33
+ - [Licensing Information](#licensing-information)
34
+ - [Citation Information](#citation-information)
35
+ - [Contributions](#contributions)
36
+
37
+ ## Dataset Description
38
+ - **Homepage:** [https://cocodataset.org/#home](https://cocodataset.org/#home)
39
+ - **Repository:** [https://github.com/cocodataset/cocodataset.github.io](https://github.com/cocodataset/cocodataset.github.io)
40
+ - **Paper:** [More Information Needed](https://arxiv.org/abs/1405.0312)
41
+ - **Point of Contact:** [[email protected]]([email protected])
42
+ - **Size of downloaded dataset files:**
43
+ - **Size of the generated dataset:**
44
+ - **Total amount of disk used:** 6.32 MB
45
+
46
+ ### Dataset Summary
47
+
48
+ COCO is a large-scale object detection, segmentation, and captioning dataset. COCO has several features:
49
+
50
+ - Object segmentation
51
+ - Recognition in context
52
+ - Superpixel stuff segmentation
53
+ - 330K images (>200K labeled)
54
+ - 1.5 million object instances
55
+ - 80 object categories
56
+ - 91 stuff categories
57
+ - 5 captions per image
58
+ - 250,000 people with keypoints
59
+
60
+ ### Supported Tasks and Leaderboards
61
+
62
+ [More Information Needed](https://cocodataset.org/#home)
63
+
64
+ ### Languages
65
+
66
+ [More Information Needed](https://cocodataset.org/#home)
67
+
68
+ ## Dataset Structure
69
+
70
+ [More Information Needed](https://cocodataset.org/#format-data)
71
+
72
+ ### Data Instances
73
+
74
+ [More Information Needed](https://cocodataset.org/#format-data)
75
+
76
+ ### Data Splits
77
+
78
+ [More Information Needed](https://cocodataset.org/#format-data)
79
+
80
+ ## Dataset Creation
81
+
82
+ ### Curation Rationale
83
+
84
+ [More Information Needed](https://cocodataset.org/#home)
85
+
86
+ ### Source Data
87
+
88
+ #### Initial Data Collection and Normalization
89
+
90
+ [More Information Needed](https://cocodataset.org/#home)
91
+
92
+ #### Who are the source language producers?
93
+
94
+ [More Information Needed](https://cocodataset.org/#home)
95
+
96
+ ### Annotations
97
+
98
+ #### Annotation process
99
+
100
+ [More Information Needed](https://cocodataset.org/#home)
101
+
102
+ #### Who are the annotators?
103
+
104
+ [More Information Needed](https://cocodataset.org/#home)
105
+
106
+ ### Personal and Sensitive Information
107
+
108
+ [More Information Needed](https://cocodataset.org/#home)
109
+
110
+ ## Considerations for Using the Data
111
+
112
+ ### Social Impact of Dataset
113
+
114
+ [More Information Needed](https://cocodataset.org/#home)
115
+
116
+ ### Discussion of Biases
117
+
118
+ [More Information Needed](https://cocodataset.org/#home)
119
+
120
+ ### Other Known Limitations
121
+
122
+ [More Information Needed](https://cocodataset.org/#home)
123
+
124
+ ## Additional Information
125
+
126
+ ### Dataset Curators
127
+
128
+ [More Information Needed](https://cocodataset.org/#home)
129
+
130
+ ### Licensing Information
131
+
132
+ The annotations in this dataset along with this website belong to the COCO Consortium
133
+ and are licensed under a [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode)
134
+
135
+ ### Citation Information
136
+
137
+ [More Information Needed](https://cocodataset.org/#home)
138
+
139
+ ### Contributions
140
+
141
+ Thanks to:
142
+
143
+ - Tsung-Yi Lin - Google Brain
144
+ - Genevieve Patterson - MSR, Trash TV
145
+ - Matteo R. - Ronchi Caltech
146
+ - Yin Cui - Google
147
+ - Michael Maire - TTI-Chicago
148
+ - Serge Belongie - Cornell Tech
149
+ - Lubomir Bourdev - WaveOne, Inc.
150
+ - Ross Girshick - FAIR
151
+ - James Hays - Georgia Tech
152
+ - Pietro Perona - Caltech
153
+ - Deva Ramanan - CMU
154
+ - Larry Zitnick - FAIR
155
+ - Piotr Dollár - FAIR
156
+
157
+ for adding this dataset.