-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.yaml
More file actions
21 lines (18 loc) Β· 716 Bytes
/
data.yaml
File metadata and controls
21 lines (18 loc) Β· 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ultralytics π AGPL-3.0 License - https://ultralytics.com/license
# COCO8 dataset (first 8 images from COCO train2017) by Ultralytics
# Documentation: https://docs.ultralytics.com/datasets/detect/coco8/
# Example usage: yolo train data=coco8.yaml
# parent
# βββ ultralytics
# βββ datasets
# βββ coco8 β downloads here (1 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: data_set # dataset root dir
train: train/images # train images (relative to 'path') 4 images
val: val/images # val images (relative to 'path') 4 images
test: # test images (optional)
# Classes
names:
0: empty
1: point
2: region