-
Notifications
You must be signed in to change notification settings - Fork 0
/
cnw.yaml
33 lines (24 loc) · 984 Bytes
/
cnw.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# └── data
# └── yaml
# └── images
# └── train
# └── val
# └── test
# └── label
# └── train
# └── val
# └── test
# 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, ..]
#C:\Users\Emanuele\SynologyDrive\Gitub\cropandweed-dataset #my laptop settings plis dont hack me :,c
#C:\Users\Emanuele\PycharmProjects\cropandweed-dataset-cnn #my desktop settings plis dont hack me :'c
path: C:\Users\Emanuele\SynologyDrive\Github\cropandweed-dataset # dataset root dir
train: data/yaml/images/train # train images (relative to 'path') * images
val: data/yaml/images/val # val images (relative to 'path') * images
test: data/yaml/images/test # test images (optional) * images
# Classes
names:
0: crop
1: weed