-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdata.yaml
More file actions
23 lines (20 loc) Β· 730 Bytes
/
data.yaml
File metadata and controls
23 lines (20 loc) Β· 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ultralytics YOLO π, AGPL-3.0 license
# COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017) by Ultralytics
# Example usage: yolo train data=coco128.yaml
# parent
# βββ ultralytics
# βββ datasets
# βββ coco128 β downloads here (7 MB)
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
path: ./test_data # dataset root dir
train: # train images (relative to 'path') 128 images
val: # val images (relative to 'path') 128 images
test: images # test images (optional)
# Classes
names:
0: crazing
1: inclusion
2: patches
3: pitted_surface
4: rolled-in_scale
5: scratches