dopaul commited on
Commit
8543f24
·
verified ·
1 Parent(s): 6bb53ad

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +0 -43
  2. data.yaml +4 -3
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: 14796314.0
37
- num_examples: 606
38
- - name: valid
39
- num_bytes: 1390937.0
40
- num_examples: 58
41
- - name: test
42
- num_bytes: 742690.0
43
- num_examples: 29
44
- download_size: 16900185
45
- dataset_size: 16929941.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_roboflow
 
9
  - object-detection
10
  size_categories:
11
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Chess Piece Detection Dataset: chess_pieces_roboflow
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,3 +14,4 @@ names:
14
  9: white-pawn
15
  10: white-queen
16
  11: white-rook
 
 
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
17
+ nc: 12