17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
# Construction-PPE 数据集配置
|
|
|
|
path: construction-ppe
|
|
train: images/train
|
|
val: images/val
|
|
test: images/test
|
|
|
|
# 11类原始类别
|
|
nc: 11
|
|
names: [
|
|
'helmet', 'gloves', 'vest', 'boots', 'goggles', 'none',
|
|
'Person', 'no_helmet', 'no_goggle', 'no_gloves', 'no_boots'
|
|
]
|
|
|
|
# 数据下载链接
|
|
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/construction-ppe.zip
|