安全带误用检测:YOLO-G-ELAN注意力机制方案

安全带误用检测方案

检测场景

1
2
3
4
5
6
BELT_MISUSE_TYPES = {
"not_worn": "未佩戴",
"loose": "宽松佩戴",
"under_arm": "腋下穿过",
"behind_back": "背后穿过"
}

YOLO-G-ELAN架构

1
2
3
4
5
6
MODEL_ARCHITECTURE = {
"backbone": "ELAN(高效聚合网络)",
"attention": "CBAM注意力",
"output": "4类安全带状态",
"accuracy": "94.5%"
}

总结: YOLO-G-ELAN实现安全带误用检测,满足Euro NCAP 2026要求。


安全带误用检测:YOLO-G-ELAN注意力机制方案
https://dapalm.com/2026/07/14/2026-07-14-yolo-g-elan-seatbelt-misuse-detection/
作者
Mars
发布于
2026年7月14日
许可协议