feat: initial HSAP platform
Huaxu Sentinel Active Safety Platform with embedded algorithm code, Docker Compose setup, and vendored dataset scaffolds for clone-and-run. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
3
datasets/dms/configs/README.md
Normal file
3
datasets/dms/configs/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# 旧版手写 yaml(已弃用)
|
||||
|
||||
请使用 `DMS_v1_AddBy_Luchengfang_20260520/yaml/*.yaml`(由 `scripts/refresh_yaml.py` 从 `datasets.registry.yaml` 生成)。
|
||||
7
datasets/dms/configs/addw-0523.yaml
Normal file
7
datasets/dms/configs/addw-0523.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# ADDW 分心检测
|
||||
path: /home/chengfanglu/DATA/DMS/DATASET/gyp/addw_0523
|
||||
train: images/train
|
||||
val: images/val
|
||||
|
||||
nc: 4
|
||||
names: ["face", "eye_open", "nod_face", "nod_eye"]
|
||||
7
datasets/dms/configs/dam_0417.yaml
Normal file
7
datasets/dms/configs/dam_0417.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# DAM 源数据 dam_src_0417 转换 (VOC -> YOLO)
|
||||
path: /home/chengfanglu/DATA/DMS/DATASET/gyp/dam_0417
|
||||
train: images/train
|
||||
val: images/val
|
||||
|
||||
nc: 15
|
||||
names: ["face", "eye_open", "eye_partially_open", "eye_close", "mouth_open", "mouth_partially_open", "mouth_close", "side_face", "nod_face", "glasses", "sunglasses", "smoke", "phone", "driver", "rise_face"]
|
||||
7
datasets/dms/configs/ddaw.yaml
Normal file
7
datasets/dms/configs/ddaw.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# DDAW 疲劳检测(脸/眼/嘴状态)
|
||||
path: /home/chengfanglu/DATA/DMS/DATASET/gyp/ddaw_1124
|
||||
train: images/train
|
||||
val: images/val
|
||||
|
||||
nc: 9
|
||||
names: ["face", "eye_open", "eye_partially_open", "eye_close", "mouth_open", "mouth_partially_open", "mouth_close", "side_face", "nod_face"]
|
||||
7
datasets/dms/configs/isa-detect.yaml
Normal file
7
datasets/dms/configs/isa-detect.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# ISA 交通标志检测
|
||||
path: /home/chengfanglu/DATA/DMS/DATASET/gyp/isa_detect
|
||||
train: images/train
|
||||
val: images/val
|
||||
|
||||
nc: 4
|
||||
names: ["indicative", "prohibitory", "warning", "vehicle"]
|
||||
5
datasets/dms/configs/isa_class_0116.yaml
Normal file
5
datasets/dms/configs/isa_class_0116.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# ISA 交通标志分类 (Ultralytics classify)
|
||||
path: /home/chengfanglu/DATA/DMS/DATASET/gyp/isa_class_0116
|
||||
train: train
|
||||
val: val
|
||||
test: test
|
||||
9
datasets/dms/configs/yolov8n-face-0726.yaml
Normal file
9
datasets/dms/configs/yolov8n-face-0726.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# ADDW 人脸关键点 (pose)
|
||||
path: /home/chengfanglu/DATA/DMS/DATASET/gyp/yoloface-0726
|
||||
train: images/train
|
||||
val: images/val
|
||||
test:
|
||||
|
||||
kpt_shape: [37, 3]
|
||||
names:
|
||||
0: face
|
||||
Reference in New Issue
Block a user