this is a push

This commit is contained in:
2026-08-13 15:03:34 +08:00
parent 0f55259fff
commit ca61c132f2
109 changed files with 44036 additions and 198 deletions

View File

@@ -1,9 +0,0 @@
# YOLOv8 火灾检测数据集配置
path: data/fire-dataset
train: train/images
val: validation/images
nc: 1
names: ["fire"]

View File

@@ -0,0 +1,9 @@
path: data/Smoke-Fire-Detection-YOLO
train: train/images
val: val/images
test: test/images
nc: 2
names:
0: smoke
1: fire