Jarvan Lee
feat:upload dataset and model
ef45118
raw
history blame contribute delete
618 Bytes
train: /Users/jarvan/VSCodeProjects/YOLOv8n-smoke-detection/data/train.txt
val: /Users/jarvan/VSCodeProjects/YOLOv8n-smoke-detection/data/val.txt
test: /Users/jarvan/VSCodeProjects/YOLOv8n-smoke-detection/data/test.txt
nc: 1 # 填写类别数
#names: ['忽略区域(0)','行人(1)','人(2)','自行车(3)','汽车(4)','面包车(5)','卡车(6)','三轮车(7)','遮阳三轮车(8)','巴士(9)','摩托车(10)','其他(11)'] # 要和voc_label.py中的类别数目顺序一模一样
names: ['smoke'] # 要和voc_label.py中的类别数目顺序一模一样
# train,val,test的路径根据自己情况而定