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.voc-yolo
VOC dataset (YOLO format, ready-to-use)
Pre-processed Pascal VOC 2007 + 2012 dataset, already converted to YOLO label format.
Contains both images (JPEG) and labels (YOLO txt) packaged in a single uncompressed tar (~2.9 GB).
Usage
pip install huggingface_hub
hf download dictvv/voc-yolo voc.tar --local-dir /workspace/datasets --repo-type dataset
tar -xf /workspace/datasets/voc.tar -C /workspace/datasets/
rm /workspace/datasets/voc.tar
After extraction… See the full description on the dataset page: https://huggingface.co/datasets/dictvv/voc-yolo.
