Files
innovate_project/yolov8/train_data/weld.yaml
2025-11-02 21:36:35 +08:00

9 lines
417 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 数据集路径设置
# '.' 表示相对于yolo命令运行的目录这里假设你会从 innovate_project 根目录运行
path: ../train_data # 数据集根目录
train: images/train # 训练图片文件夹 (相对于 path)
val: images/val # 验证图片文件夹 (相对于 path)
# 类别信息
nc: 1 # number of classes: 类别数量
names: ['Space weld workpiece'] # class names: 类别名称列表