datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
chesspiece-detection-yolo
Chess Pieces Detection Dataset (YOLO format)
📦 Overview
This dataset is designed for object detection of chess pieces on a chessboard using YOLOv5/YOLOv10.
Classes: 12 (6 white + 6 black pieces)
Format: YOLO (txt annotations)
Split: Train/Validation
Image count: ~2208 images
🗂️ Structure
images/train/
images/val/
labels/train/
labels/val/
dataset.yaml
🏷️ Class Names
0 = white pawn
1 = white rook
2 = white knight
3 = white bishop
4 = white queen… See the full description on the dataset page: https://huggingface.co/datasets/acapitani/chesspiece-detection-yolo.chess-imagesThe 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 #]_pg[page #].png
Ground truth labels are formatted as follows: [Game #][page #][move #]_[black/white] [ground truth]
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… See the full description on the dataset page: https://huggingface.co/datasets/Chesscorner/chess-images.HCS_picturesThe 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 #]_pg[page #].png
Ground truth labels are formatted as follows:
[Game #][page #][move #]_[black/white] [ground truth]
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… See the full description on the dataset page: https://huggingface.co/datasets/Chesscorner/HCS_pictures.
