You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
426 B
14 lines
426 B
# 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: /home/xdobro23/data/yolov8_16bit/ # dataset root dir
|
|
train: images/train # train images (relative to 'path') 128 images
|
|
val: images/val # val images (relative to 'path') 128 images
|
|
# test: # test images (optional)
|
|
|
|
# Classes
|
|
nc: 1 # number of classes
|
|
names: ['green'] # class names
|
|
ch: 1
|