Euro NCAP协议v10.4核心更新
协议信息
- 文档: Euro NCAP Assessment Protocol - SA Safe Driving v10.4
- 发布: 2026年
- 链接: Euro NCAP官网
DSM评分框架
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| DSM_SCORING_FRAMEWORK = { "total_points": 12分, "categories": { "distraction_detection": { "points": 4, "scenarios": ["D-01到D-08"], "threshold": "视线偏离>3秒触发" }, "fatigue_detection": { "points": 4, "scenarios": ["F-01到F-05"], "threshold": "PERCLOS≥20%" }, "unresponsive_driver": { "points": 4, "scenarios": ["U-01到U-03"], "threshold": "无响应持续>10秒" } } }
|
OEM合规要点
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| DOSSIER_REQUIREMENTS = { "mandatory_content": [ "系统架构描述", "检测算法原理", "测试场景覆盖", "性能指标声明" ], "test_coverage": { "demographic": "≥100名受试者", "conditions": "白天/夜间/墨镜/遮挡", "accuracy": "≥90%检测准确率" } }
|
总结: v10.4协议明确了DSM评分细则,OEM需提交详细Dossier并通过噪声变量测试。