Spaces:
Running
Running
File size: 338 Bytes
a985b94 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # YOLOv8 Dataset Configuration File
# The base path to your dataset folder
path: data/yolo_dataset
# The subfolders for training and validation images
train: images/train
val: images/val
# The 8 defect classes we mapped earlier
names:
0: Center
1: Donut
2: Edge-Loc
3: Edge-Ring
4: Loc
5: Random
6: Scratch
7: Near-full |