--- 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: 359944485.0 num_examples: 206 download_size: 359895992 dataset_size: 359944485.0 --- # Disclaimer This is not data that I created. It originally came from the Paper [_Digitization of Handwritten Chess Scoresheets with a BiLSTM Network_](https://www.mdpi.com/1477430) You can also find the dataset [Chesscorner/HCS_Dataset-csv](https://huggingface.co/datasets/Chesscorner/HCS_Dataset-csv), [Chesscorner/HCS_pictures](https://huggingface.co/datasets/Chesscorner/HCS_pictures), [here](https://sites.google.com/view/chess-scoresheet-dataset) and [here](https://tc11.cvc.uab.es/datasets/HCS_1) # Datasets There a 2 versions of this dataset - the unprocessed images where the whole scoresheet can be seen [here](https://huggingface.co/datasets/BenjaminKost/unprocessed_hcs) - and the processed image where the extracted move boxes with the corresponding labels are contained [here](https://huggingface.co/datasets/BenjaminKost/processed_hcs) # 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.