Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The Handwritten Chess Scoresheet Dataset contains a set of single and double paged chess scoresheet images with ground truth labels for training and testing.
|
2 |
+
|
3 |
+
Images are named as follows:
|
4 |
+
[Game #]_pg[page #].png
|
5 |
+
|
6 |
+
Ground truth labels are formatted as follows:
|
7 |
+
[Game #]_[page #]_[move #]_[black/white] [ground truth]
|
8 |
+
|
9 |
+
Note: ground truth labels for testing - found in "testing_tags.txt" - do not include a page number as they are ground truths for the game represented by the corresponding two pages with the same game number. These labels are formatted as follows:
|
10 |
+
[Game #]_[move #]_[black/white] [ground truth]
|