19 lines
443 B
YAML
19 lines
443 B
YAML
|
|
# YOLO dataset configuration
|
||
|
|
path: /home/dillon/_code/saw_mill_knot_detection/dataset_split # dataset root dir
|
||
|
|
train: train/images # train images (relative to 'path')
|
||
|
|
val: valid/images # val images (relative to 'path')
|
||
|
|
test: test/images # test images (relative to 'path')
|
||
|
|
|
||
|
|
# Classes
|
||
|
|
names:
|
||
|
|
0: Live knot
|
||
|
|
1: Dead knot
|
||
|
|
2: Knot with crack
|
||
|
|
3: Crack
|
||
|
|
4: Resin
|
||
|
|
5: Marrow
|
||
|
|
6: Quartzity
|
||
|
|
7: Knot missing
|
||
|
|
8: Blue stain
|
||
|
|
9: Overgrown
|