Datasets:
Upload folder using huggingface_hub
Browse files- README.md +0 -43
- README.roboflow.txt +4 -2
- data.yaml +2 -2
README.md
CHANGED
@@ -9,49 +9,6 @@ tags:
|
|
9 |
- object-detection
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
-
dataset_info:
|
13 |
-
features:
|
14 |
-
- name: image
|
15 |
-
dtype: image
|
16 |
-
- name: image_id
|
17 |
-
dtype: string
|
18 |
-
- name: annotations
|
19 |
-
sequence:
|
20 |
-
- name: class_id
|
21 |
-
dtype: int32
|
22 |
-
- name: x_center
|
23 |
-
dtype: float32
|
24 |
-
- name: y_center
|
25 |
-
dtype: float32
|
26 |
-
- name: width
|
27 |
-
dtype: float32
|
28 |
-
- name: height
|
29 |
-
dtype: float32
|
30 |
-
- name: image_width
|
31 |
-
dtype: int32
|
32 |
-
- name: image_height
|
33 |
-
dtype: int32
|
34 |
-
splits:
|
35 |
-
- name: train
|
36 |
-
num_bytes: 6125916.0
|
37 |
-
num_examples: 127
|
38 |
-
- name: valid
|
39 |
-
num_bytes: 1360712.0
|
40 |
-
num_examples: 27
|
41 |
-
- name: test
|
42 |
-
num_bytes: 455697.0
|
43 |
-
num_examples: 8
|
44 |
-
download_size: 7917877
|
45 |
-
dataset_size: 7942325.0
|
46 |
-
configs:
|
47 |
-
- config_name: default
|
48 |
-
data_files:
|
49 |
-
- split: train
|
50 |
-
path: data/train-*
|
51 |
-
- split: valid
|
52 |
-
path: data/valid-*
|
53 |
-
- split: test
|
54 |
-
path: data/test-*
|
55 |
---
|
56 |
|
57 |
# Chess Piece Detection Dataset: chess_pieces_dominique
|
|
|
9 |
- object-detection
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Chess Piece Detection Dataset: chess_pieces_dominique
|
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
|
@@ -21,6 +21,8 @@ The dataset includes 162 images.
|
|
21 |
Black-bishop are annotated in YOLOv8 format.
|
22 |
|
23 |
The following pre-processing was applied to each image:
|
|
|
|
|
24 |
|
25 |
No image augmentation techniques were applied.
|
26 |
|
|
|
1 |
|
2 |
+
chess-piece-detection - v8 2025-06-13 2:48pm
|
3 |
==============================
|
4 |
|
5 |
+
This dataset was exported via roboflow.com on June 13, 2025 at 9:52 PM GMT
|
6 |
|
7 |
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
* collaborate with your team on computer vision projects
|
|
|
21 |
Black-bishop are annotated in YOLOv8 format.
|
22 |
|
23 |
The following pre-processing was applied to each image:
|
24 |
+
* Auto-orientation of pixel data (with EXIF-orientation stripping)
|
25 |
+
* Resize to 640x640 (Stretch)
|
26 |
|
27 |
No image augmentation techniques were applied.
|
28 |
|
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://
|
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/8
|
19 |
+
version: 8
|
20 |
workspace: gustoguardian
|
21 |
test: ../test/images
|
22 |
train: ../train/images
|