Datasets:
metadata
license: apache-2.0
tags:
- chess
- HCS
- handwriting
- scoresheets
- forms
size_categories:
- n<1K
task_categories:
- image-to-text
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: image
dtype: image
- name: labels
sequence: string
splits:
- name: train
num_bytes: 370985538
num_examples: 211
download_size: 370937824
dataset_size: 370985538
Disclaimer
This is not data that I created. It originally came from the Paper Digitization of Handwritten Chess Scoresheets with a BiLSTM Network
You can also find the dataset Chesscorner/HCS_Dataset-csv, Chesscorner/HCS_pictures, here and here
Datasets
There a 2 versions of this dataset
- the unprocessed images where the whole scoresheet can be seen here
- and the processed image where the extracted move boxes with the corresponding labels are contained here
Description
The Handwritten Chess Scoresheet Dataset contains a set of single and double paged chess scoresheet images with ground truth labels for training and testing.
Images are named as follows: [Game #]_[page #].png
And the labels are a list of strings sorted in the order of moves by white and then black.