Initial commit: Wood knot detection model and GUI
This commit is contained in:
18
dataset_split/data.yaml
Normal file
18
dataset_split/data.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user