Upload config.yaml
Browse filesEdited version of the config file used for training
- config.yaml +9 -0
config.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TRAINING EXAMPLE : yolo segment train data=config.yaml model=yolov8m-seg.yaml pretrained=yolov8m-seg.pt epochs=100 imgsz=640 batch=-1 workers=4 save_period=10
|
2 |
+
path: # dataset root dir
|
3 |
+
train: images # train images (relative to 'path')
|
4 |
+
val: val # val images (relative to 'path')
|
5 |
+
|
6 |
+
nc: 1 # number of classes
|
7 |
+
# Classes
|
8 |
+
names:
|
9 |
+
0: speech bubble
|