Datasets:
Size:
10K<n<100K
License:
updated readme
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ task_ids:
|
|
45 |
|
46 |
### Dataset Summary
|
47 |
|
48 |
-
A dataset containing
|
49 |
|
50 |
Train and test splits are provided in both JSON and pickle formats. Concept and task classification labels (both zero indexed) and names are provided in txt files.
|
51 |
|
@@ -131,6 +131,26 @@ Three playing cards on a random background. Class label is set to hand rank for
|
|
131 |
}
|
132 |
```
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
### Data Fields
|
135 |
|
136 |
* String file path from the root of the dataset to a given samples image file
|
@@ -357,6 +377,35 @@ Three playing cards on a random background. Class label is set to hand rank for
|
|
357 |
| AH | 359 | 150 |
|
358 |
| AS | 351 | 156 |
|
359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
## Dataset Creation
|
361 |
|
362 |
### Curation Rationale
|
|
|
45 |
|
46 |
### Dataset Summary
|
47 |
|
48 |
+
A dataset containing four sets of playing card images. Each set contains 10,000 images and has a series of attributes. Cards are randomly rotated, flipped and scaled (within limits).
|
49 |
|
50 |
Train and test splits are provided in both JSON and pickle formats. Concept and task classification labels (both zero indexed) and names are provided in txt files.
|
51 |
|
|
|
131 |
}
|
132 |
```
|
133 |
|
134 |
+
#### Class-level Three card poker
|
135 |
+
|
136 |
+
Three playing cards on a random background. Class label is set to hand rank for the game Three card poker. This set of samples have concepts set to the class. Every instance of the same class will have the same concept vector.
|
137 |
+
|
138 |
+
* **Number of playing cards**: 3
|
139 |
+
* **Concepts**: Cards present
|
140 |
+
* **Class label**: Hand rank
|
141 |
+
* **Card points**: Coordinates of the cards and card classifications
|
142 |
+
|
143 |
+
##### Example
|
144 |
+
|
145 |
+
```
|
146 |
+
5992, {
|
147 |
+
'img_path': 'imgs/three_card_poker_class_level/5992.png',
|
148 |
+
'concept_label': [0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1],
|
149 |
+
'class_label': 5,
|
150 |
+
'card_points': [[[(539, 98), (574, 247), (317, 150), (351, 298)], 5], [[(388, 457), (354, 309), (610, 406), (576, 257)], 10], [[(613, 416), (647, 565), (390, 468), (425, 616)], 7]]
|
151 |
+
}
|
152 |
+
```
|
153 |
+
|
154 |
### Data Fields
|
155 |
|
156 |
* String file path from the root of the dataset to a given samples image file
|
|
|
377 |
| AH | 359 | 150 |
|
378 |
| AS | 351 | 156 |
|
379 |
|
380 |
+
#### Class-level Three card poker
|
381 |
+
|
382 |
+
##### Task classification
|
383 |
+
|
384 |
+
| Class name | Count train | Count val |
|
385 |
+
| --- | --- | --- |
|
386 |
+
| straight_flush | 1166 | 501 |
|
387 |
+
| three_of_a_kind | 1166 | 501 |
|
388 |
+
| straight | 1166 | 501 |
|
389 |
+
| flush | 1166 | 501 |
|
390 |
+
| pair | 1166 | 500 |
|
391 |
+
| high_card | 1166 | 500 |
|
392 |
+
|
393 |
+
##### Concepts
|
394 |
+
|
395 |
+
| Concept name | Count train | Count val |
|
396 |
+
| --- | --- | --- |
|
397 |
+
| 2H | 1166 | 501 |
|
398 |
+
| 3H | 2332 | 1002 |
|
399 |
+
| 4C | 2332 | 1002 |
|
400 |
+
| 4D | 2332 | 1002 |
|
401 |
+
| 4H | 1166 | 501 |
|
402 |
+
| 4S | 2332 | 1001 |
|
403 |
+
| 5C | 1166 | 500 |
|
404 |
+
| 5D | 3498 | 1501 |
|
405 |
+
| 6D | 1166 | 501 |
|
406 |
+
| 9D | 1166 | 501 |
|
407 |
+
| 10H | 2332 | 1000 |
|
408 |
+
|
409 |
## Dataset Creation
|
410 |
|
411 |
### Curation Rationale
|