Datasets:
Upload folder using huggingface_hub
Browse files
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: 14796314.0
|
| 46 |
-
num_examples: 606
|
| 47 |
-
- name: valid
|
| 48 |
-
num_bytes: 1390937.0
|
| 49 |
-
num_examples: 58
|
| 50 |
-
- name: test
|
| 51 |
-
num_bytes: 742690.0
|
| 52 |
-
num_examples: 29
|
| 53 |
-
download_size: 16901375
|
| 54 |
-
dataset_size: 16929941.0
|
| 55 |
---
|
| 56 |
|
| 57 |
# Chess Piece Detection Dataset: chess_pieces_roboflow
|
|
@@ -66,7 +23,7 @@ Chess piece detection dataset from Roboflow with processed labels, cleaned and s
|
|
| 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_roboflow
|
|
|
|
| 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
|
data.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
train: train/images
|
| 2 |
-
val: valid/images
|
| 3 |
-
test: test/images
|
| 4 |
names:
|
| 5 |
0: black-bishop
|
| 6 |
1: black-king
|
|
@@ -14,4 +14,3 @@ names:
|
|
| 14 |
9: white-pawn
|
| 15 |
10: white-queen
|
| 16 |
11: white-rook
|
| 17 |
-
nc: 12
|
|
|
|
| 1 |
+
train: ../train/images
|
| 2 |
+
val: ../valid/images
|
| 3 |
+
test: ../test/images
|
| 4 |
names:
|
| 5 |
0: black-bishop
|
| 6 |
1: black-king
|
|
|
|
| 14 |
9: white-pawn
|
| 15 |
10: white-queen
|
| 16 |
11: white-rook
|
|
|