Francesco commited on
Commit
678ef95
1 Parent(s): 52a47b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +111 -15
README.md CHANGED
@@ -23,7 +23,7 @@ dataset_info:
23
  class_label:
24
  names:
25
  '0': poker-cards
26
- '1': '59'
27
  '2': 10 Diamonds
28
  '3': 10 Hearts
29
  '4': 10 Spades
@@ -76,19 +76,115 @@ dataset_info:
76
  '51': Q Hearts
77
  '52': Q Spades
78
  '53': Q Trefoils
79
- splits:
80
- - name: train
81
- num_bytes: 44869364.0
82
- num_examples: 964
83
- - name: validation
84
- num_bytes: 6469033.0
85
- num_examples: 128
86
- - name: test
87
- num_bytes: 9047027.0
88
- num_examples: 193
89
- download_size: 60300280
90
- dataset_size: 60385424.0
 
 
 
 
 
 
 
 
91
  ---
92
- # Dataset Card for "poker-cards-cxcvz"
93
 
94
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  class_label:
24
  names:
25
  '0': poker-cards
26
+ '1': 59
27
  '2': 10 Diamonds
28
  '3': 10 Hearts
29
  '4': 10 Spades
 
76
  '51': Q Hearts
77
  '52': Q Spades
78
  '53': Q Trefoils
79
+ annotations_creators:
80
+ - crowdsourced
81
+ language_creators:
82
+ - found
83
+ language:
84
+ - en
85
+ license:
86
+ - cc
87
+ multilinguality:
88
+ - monolingual
89
+ size_categories:
90
+ - 1K<n<10K
91
+ source_datasets:
92
+ - original
93
+ task_categories:
94
+ - object-detection
95
+ task_ids: []
96
+ pretty_name: poker-cards-cxcvz
97
+ tags:
98
+ - rf100
99
  ---
 
100
 
101
+ # Dataset Card for poker-cards-cxcvz
102
+
103
+ ** The original COCO dataset is stored at `dataset.tar.gz`**
104
+
105
+ ## Dataset Description
106
+
107
+ - **Homepage:** https://universe.roboflow.com/object-detection/poker-cards-cxcvz
108
+ - **Point of Contact:** francesco.zuppichini@gmail.com
109
+
110
+ ### Dataset Summary
111
+
112
+ poker-cards-cxcvz
113
+
114
+ ### Supported Tasks and Leaderboards
115
+
116
+ - `object-detection`: The dataset can be used to train a model for Object Detection.
117
+
118
+ ### Languages
119
+
120
+ English
121
+
122
+ ## Dataset Structure
123
+
124
+ ### Data Instances
125
+
126
+ A data point comprises an image and its object annotations.
127
+
128
+ ```
129
+ {
130
+ 'image_id': 15,
131
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x640 at 0x2373B065C18>,
132
+ 'width': 964043,
133
+ 'height': 640,
134
+ 'objects': {
135
+ 'id': [114, 115, 116, 117],
136
+ 'area': [3796, 1596, 152768, 81002],
137
+ 'bbox': [
138
+ [302.0, 109.0, 73.0, 52.0],
139
+ [810.0, 100.0, 57.0, 28.0],
140
+ [160.0, 31.0, 248.0, 616.0],
141
+ [741.0, 68.0, 202.0, 401.0]
142
+ ],
143
+ 'category': [4, 4, 0, 0]
144
+ }
145
+ }
146
+ ```
147
+
148
+ ### Data Fields
149
+
150
+ - `image`: the image id
151
+ - `image`: `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`
152
+ - `width`: the image width
153
+ - `height`: the image height
154
+ - `objects`: a dictionary containing bounding box metadata for the objects present on the image
155
+ - `id`: the annotation id
156
+ - `area`: the area of the bounding box
157
+ - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
158
+ - `category`: the object's category.
159
+
160
+
161
+ #### Who are the annotators?
162
+
163
+ Annotators are Roboflow users
164
+
165
+ ## Additional Information
166
+
167
+ ### Licensing Information
168
+
169
+ See original homepage https://universe.roboflow.com/object-detection/poker-cards-cxcvz
170
+
171
+ ### Citation Information
172
+
173
+ ```
174
+ @misc{ poker-cards-cxcvz,
175
+ title = { poker cards cxcvz Dataset },
176
+ type = { Open Source Dataset },
177
+ author = { Roboflow 100 },
178
+ howpublished = { \url{ https://universe.roboflow.com/object-detection/poker-cards-cxcvz } },
179
+ url = { https://universe.roboflow.com/object-detection/poker-cards-cxcvz },
180
+ journal = { Roboflow Universe },
181
+ publisher = { Roboflow },
182
+ year = { 2022 },
183
+ month = { nov },
184
+ note = { visited on 2023-03-29 },
185
+ }"
186
+ ```
187
+
188
+ ### Contributions
189
+
190
+ Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.