Datasets:
adding README.md
Browse files
README.md
ADDED
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotations_creators:
|
2 |
+
- machine-generated
|
3 |
+
language_creators:
|
4 |
+
- machine-generated
|
5 |
+
languages:
|
6 |
+
- en
|
7 |
+
licenses:
|
8 |
+
- cc-by-sa-2.0
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
paperswithcode_id: []
|
12 |
+
pretty_name: Object Detection for Chess Pieces
|
13 |
+
size_categories:
|
14 |
+
- n<1K
|
15 |
+
source_datasets: []
|
16 |
+
task_categories:
|
17 |
+
- object-detection
|
18 |
+
task_ids: []
|
19 |
+
|
20 |
+
# Dataset Card for Object Detection for Chess Pieces
|
21 |
+
|
22 |
+
## Table of Contents
|
23 |
+
- [Dataset Description](#dataset-description)
|
24 |
+
- [Dataset Summary](#dataset-summary)
|
25 |
+
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
26 |
+
- [Languages](#languages)
|
27 |
+
- [Dataset Structure](#dataset-structure)
|
28 |
+
- [Data Instances](#data-instances)
|
29 |
+
- [Data Fields](#data-instances)
|
30 |
+
- [Data Splits](#data-instances)
|
31 |
+
- [Dataset Creation](#dataset-creation)
|
32 |
+
- [Curation Rationale](#curation-rationale)
|
33 |
+
- [Source Data](#source-data)
|
34 |
+
- [Annotations](#annotations)
|
35 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
36 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
37 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
38 |
+
- [Discussion of Biases](#discussion-of-biases)
|
39 |
+
- [Other Known Limitations](#other-known-limitations)
|
40 |
+
- [Additional Information](#additional-information)
|
41 |
+
- [Dataset Curators](#dataset-curators)
|
42 |
+
- [Licensing Information](#licensing-information)
|
43 |
+
- [Citation Information](#citation-information)
|
44 |
+
|
45 |
+
## Dataset Description
|
46 |
+
|
47 |
+
- **Homepage:** https://github.com/faizankshaikh/chessDetection
|
48 |
+
- **Repository:** https://github.com/faizankshaikh/chessDetection
|
49 |
+
- **Paper:** [Needs More Information]
|
50 |
+
- **Leaderboard:** [Needs More Information]
|
51 |
+
- **Point of Contact:** [Faizan Shaikh](mailto:faizankshaikh@gmail.com)
|
52 |
+
|
53 |
+
### Dataset Summary
|
54 |
+
|
55 |
+
The "Object Detection for Chess Pieces" dataset is a toy dataset created (as suggested by the name!) to introduce object detection in a beginner friendly way. It is structured in a one object-one image manner, with the objects being of four classes, namely, Black King, White King, Black Queen and White Queen
|
56 |
+
|
57 |
+
### Supported Tasks and Leaderboards
|
58 |
+
|
59 |
+
- `object-detection`: The dataset can be used to train and evaluate simplistic object detection models
|
60 |
+
|
61 |
+
### Languages
|
62 |
+
|
63 |
+
The text (labels) in the dataset is in English
|
64 |
+
|
65 |
+
## Dataset Structure
|
66 |
+
|
67 |
+
### Data Instances
|
68 |
+
|
69 |
+
[Needs More Information]
|
70 |
+
|
71 |
+
### Data Fields
|
72 |
+
|
73 |
+
[Needs More Information]
|
74 |
+
|
75 |
+
### Data Splits
|
76 |
+
|
77 |
+
Train Valid 204 52
|
78 |
+
|
79 |
+
## Dataset Creation
|
80 |
+
|
81 |
+
### Curation Rationale
|
82 |
+
|
83 |
+
The dataset was created to be a simple benchmark for object detection
|
84 |
+
|
85 |
+
### Source Data
|
86 |
+
|
87 |
+
#### Initial Data Collection and Normalization
|
88 |
+
|
89 |
+
The data is obtained by machine generating images from "python-chess" library. Please refer [this code](https://github.com/faizankshaikh/chessDetection/blob/main/code/1.1%20create_images_with_labels.ipynb) to understand data generation pipeline
|
90 |
+
|
91 |
+
#### Who are the source language producers?
|
92 |
+
|
93 |
+
[Needs More Information]
|
94 |
+
|
95 |
+
### Annotations
|
96 |
+
|
97 |
+
#### Annotation process
|
98 |
+
|
99 |
+
[Needs More Information]
|
100 |
+
|
101 |
+
#### Who are the annotators?
|
102 |
+
|
103 |
+
[Needs More Information]
|
104 |
+
|
105 |
+
### Personal and Sensitive Information
|
106 |
+
|
107 |
+
[Needs More Information]
|
108 |
+
|
109 |
+
## Considerations for Using the Data
|
110 |
+
|
111 |
+
### Social Impact of Dataset
|
112 |
+
|
113 |
+
The dataset can be considered as a beginner-friendly toy dataset for object detection. It should not be used for benchmarking state of the art object detection models, or be used for a deployed model.
|
114 |
+
|
115 |
+
### Discussion of Biases
|
116 |
+
|
117 |
+
[Needs More Information]
|
118 |
+
|
119 |
+
### Other Known Limitations
|
120 |
+
|
121 |
+
The dataset only contains four classes for simplicity. The complexity can be increased by considering all types of chess pieces, and by making it a multi-object detection problem
|
122 |
+
|
123 |
+
## Additional Information
|
124 |
+
|
125 |
+
### Dataset Curators
|
126 |
+
|
127 |
+
The dataset was created by Faizan Shaikh
|
128 |
+
|
129 |
+
### Licensing Information
|
130 |
+
|
131 |
+
The dataset is licensed as CC-BY-SA:2.0
|
132 |
+
|
133 |
+
### Citation Information
|
134 |
+
|
135 |
+
[Needs More Information]
|