Datasets:
Upload folder using huggingface_hub
Browse files- README.md +2 -45
- README.roboflow.txt +3 -3
- data.yaml +2 -2
README.md
CHANGED
@@ -9,49 +9,6 @@ tags:
|
|
9 |
- object-detection
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
-
configs:
|
13 |
-
- config_name: default
|
14 |
-
data_files:
|
15 |
-
- split: train
|
16 |
-
path: data/train-*
|
17 |
-
- split: valid
|
18 |
-
path: data/valid-*
|
19 |
-
- split: test
|
20 |
-
path: data/test-*
|
21 |
-
dataset_info:
|
22 |
-
features:
|
23 |
-
- name: image
|
24 |
-
dtype: image
|
25 |
-
- name: image_id
|
26 |
-
dtype: string
|
27 |
-
- name: annotations
|
28 |
-
sequence:
|
29 |
-
- name: class_id
|
30 |
-
dtype: int32
|
31 |
-
- name: x_center
|
32 |
-
dtype: float32
|
33 |
-
- name: y_center
|
34 |
-
dtype: float32
|
35 |
-
- name: width
|
36 |
-
dtype: float32
|
37 |
-
- name: height
|
38 |
-
dtype: float32
|
39 |
-
- name: image_width
|
40 |
-
dtype: int32
|
41 |
-
- name: image_height
|
42 |
-
dtype: int32
|
43 |
-
splits:
|
44 |
-
- name: train
|
45 |
-
num_bytes: 58613984.0
|
46 |
-
num_examples: 281
|
47 |
-
- name: valid
|
48 |
-
num_bytes: 14030927.0
|
49 |
-
num_examples: 62
|
50 |
-
- name: test
|
51 |
-
num_bytes: 6331598.0
|
52 |
-
num_examples: 20
|
53 |
-
download_size: 78957818
|
54 |
-
dataset_size: 78976509.0
|
55 |
---
|
56 |
|
57 |
# Chess Piece Detection Dataset: chess_pieces_dominique
|
@@ -60,13 +17,13 @@ dataset_info:
|
|
60 |
|
61 |
This dataset contains chess piece detection annotations in YOLOv8 format.
|
62 |
|
63 |
-
Chess piece detection dataset from Dominique
|
64 |
|
65 |
## Dataset Structure
|
66 |
|
67 |
The dataset follows the YOLOv8 format with the following structure:
|
68 |
- `train/`: Training images and labels
|
69 |
-
- `valid/`: Validation images and labels
|
70 |
- `test/`: Test images and labels
|
71 |
|
72 |
## Classes
|
|
|
9 |
- object-detection
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Chess Piece Detection Dataset: chess_pieces_dominique
|
|
|
17 |
|
18 |
This dataset contains chess piece detection annotations in YOLOv8 format.
|
19 |
|
20 |
+
Chess piece detection dataset from Dominique with 12 classes of chess pieces, optimized for YOLOv8 training.
|
21 |
|
22 |
## Dataset Structure
|
23 |
|
24 |
The dataset follows the YOLOv8 format with the following structure:
|
25 |
- `train/`: Training images and labels
|
26 |
+
- `valid/`: Validation images and labels
|
27 |
- `test/`: Test images and labels
|
28 |
|
29 |
## Classes
|
README.roboflow.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
-
chess-piece-detection -
|
3 |
==============================
|
4 |
|
5 |
-
This dataset was exported via roboflow.com on June
|
6 |
|
7 |
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
* collaborate with your team on computer vision projects
|
@@ -17,7 +17,7 @@ visit https://github.com/roboflow/notebooks
|
|
17 |
|
18 |
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
19 |
|
20 |
-
The dataset includes
|
21 |
Black-bishop are annotated in YOLOv8 format.
|
22 |
|
23 |
The following pre-processing was applied to each image:
|
|
|
1 |
|
2 |
+
chess-piece-detection - v10 2025-06-26 12:49am
|
3 |
==============================
|
4 |
|
5 |
+
This dataset was exported via roboflow.com on June 26, 2025 at 7:55 AM GMT
|
6 |
|
7 |
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
* collaborate with your team on computer vision projects
|
|
|
17 |
|
18 |
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
19 |
|
20 |
+
The dataset includes 201 images.
|
21 |
Black-bishop are annotated in YOLOv8 format.
|
22 |
|
23 |
The following pre-processing was applied to each image:
|
data.yaml
CHANGED
@@ -15,8 +15,8 @@ nc: 12
|
|
15 |
roboflow:
|
16 |
license: CC BY 4.0
|
17 |
project: chess-piece-detection-bltvi
|
18 |
-
url: https://app.roboflow.com/gustoguardian/chess-piece-detection-bltvi/
|
19 |
-
version:
|
20 |
workspace: gustoguardian
|
21 |
test: ../test/images
|
22 |
train: ../train/images
|
|
|
15 |
roboflow:
|
16 |
license: CC BY 4.0
|
17 |
project: chess-piece-detection-bltvi
|
18 |
+
url: https://app.roboflow.com/gustoguardian/chess-piece-detection-bltvi/10
|
19 |
+
version: 10
|
20 |
workspace: gustoguardian
|
21 |
test: ../test/images
|
22 |
train: ../train/images
|