Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Sub-tasks:
multi-class-image-classification
Size:
< 1K
License:
Nelson Alegria
commited on
Commit
·
a2a3dbc
1
Parent(s):
11f958f
modifica readme
Browse files
README.md
CHANGED
@@ -1,20 +1,37 @@
|
|
|
|
1 |
annotations_creators:
|
2 |
-
|
3 |
language: []
|
4 |
language_creators: []
|
5 |
license:
|
6 |
-
|
7 |
multilinguality: []
|
8 |
pretty_name: 'Emblems: A dataset of football emblems'
|
9 |
size_categories:
|
10 |
-
|
11 |
source_datasets:
|
12 |
-
|
13 |
tags:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
task_categories:
|
18 |
-
|
19 |
task_ids:
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
annotations_creators:
|
3 |
+
- found
|
4 |
language: []
|
5 |
language_creators: []
|
6 |
license:
|
7 |
+
- apache-2.0
|
8 |
multilinguality: []
|
9 |
pretty_name: 'Emblems: A dataset of football emblems'
|
10 |
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
source_datasets:
|
13 |
+
- original
|
14 |
tags:
|
15 |
+
- footballs
|
16 |
+
- emblems-football
|
17 |
+
- football-dataset
|
18 |
task_categories:
|
19 |
+
- image-classification
|
20 |
task_ids:
|
21 |
+
- multi-class-image-classification
|
22 |
+
---
|
23 |
+
## Dataset Description
|
24 |
+
|
25 |
+
- **Homepage:** the [Gatherer](https://gatherer.wizards.com/Pages/)
|
26 |
+
- **Repository:** https://github.com/alcazar90/croupier-mtg-dataset
|
27 |
+
|
28 |
+
|
29 |
+
### Dataset Summary
|
30 |
+
|
31 |
+
A card images dataset of 4 types of creatures from Magic the Gathering card game: elf, goblin, knight, and zombie.
|
32 |
+
|
33 |
+
## Dataset Creation
|
34 |
+
|
35 |
+
All card information from Magic the Gathering card game is public available from the
|
36 |
+
[Gatherer]( https://gatherer.wizards.com/Pages/) website, the official Magic Card Database. The dataset is just
|
37 |
+
a subset selection of 4 kind of creatures from the game.
|