The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image | label class label |
|---|---|
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train | |
0train |
YAML Metadata Warning:The task_ids "object-detection-yolo" is not in the official list: acceptability-classification, entity-linking-classification, fact-checking, intent-classification, language-identification, multi-class-classification, multi-label-classification, multi-input-text-classification, natural-language-inference, semantic-similarity-classification, sentiment-classification, topic-classification, semantic-similarity-scoring, sentiment-scoring, sentiment-analysis, hate-speech-detection, text-scoring, named-entity-recognition, part-of-speech, parsing, lemmatization, word-sense-disambiguation, coreference-resolution, extractive-qa, open-domain-qa, closed-domain-qa, news-articles-summarization, news-articles-headline-generation, dialogue-modeling, dialogue-generation, conversational, language-modeling, text-simplification, explanation-generation, abstractive-qa, open-domain-abstractive-qa, closed-domain-qa, open-book-qa, closed-book-qa, text2text-generation, slot-filling, masked-language-modeling, keyword-spotting, speaker-identification, audio-intent-classification, audio-emotion-recognition, audio-language-identification, multi-label-image-classification, multi-class-image-classification, face-detection, vehicle-detection, instance-segmentation, semantic-segmentation, panoptic-segmentation, image-captioning, image-inpainting, image-colorization, super-resolution, grasping, task-planning, tabular-multi-class-classification, tabular-multi-label-classification, tabular-single-column-regression, rdf-to-text, multiple-choice-qa, multiple-choice-coreference-resolution, document-retrieval, utterance-retrieval, entity-linking-retrieval, fact-checking-retrieval, univariate-time-series-forecasting, multivariate-time-series-forecasting, visual-question-answering, document-question-answering, pose-estimation
Chessboard Detection Dataset
This dataset consists of a total of 64,386 chessboard images and corresponding YOLO-format label files.
Dataset Breakdown
Images: 64,386 total
train: 57,928val: 6,458
Labels: 64,386 total (one
.txtper image)train: 57,928val: 6,458
Each label file contains bounding boxes for the pieces on the board using YOLO format. The dataset includes 12 classes:
- 6 white pieces
- 6 black pieces
Data Collection & Annotation
The dataset was generated using chess game data from the Lichess platform, which provides a massive monthly collection of games in PGN format. Each game includes a FEN string for every move, describing the position of all pieces on the board.
We used:
- The
python-chessAPI to convert FEN strings into rendered chessboard images. - A custom script to divide the board into 8×8 squares and extract object annotations from each FEN.
- These annotations were then converted into YOLO-format
.txtfiles for training object detection models.
Use Cases
This dataset is ideal for:
- Training object detection models (YOLOv5, YOLOv8, etc.)
- Detecting individual chess pieces on a board
- Converting board images back into digital game state (FEN)
License
This dataset is distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
- Downloads last month
- 16