Thermal Camera + YOLOv8s Child Presence Detection Prototype

原始资料:

  • ../evidence/vendor-and-news/2025-thermal-camera-child-presence-detection.pdf
  • ../evidence/vendor-and-news/2025-thermal-camera-child-presence-detection.html

资料层级:evidence/vendor-and-news

资料类型:PDF 论文 + HTML 页面,Journal of Engineering and Virtual Applications,2025。

状态:已用 pdftotext 抽取,已索引硬件、实验设置、指标和明显 caveat。

基本信息

  • 标题:Smart Child Presence Detection System in Vehicle using Thermal Heat Camera and AI
  • DOI:https://doi.org/10.30880/jeva.2025.06.02.002
  • 主题:MLX90640 thermal camera / Raspberry Pi 5 / YOLOv8s / Telegram alert / CPD prototype

可直接引用的事实

  • 原型使用 MLX90640 thermal camera + Raspberry Pi 5 + YOLOv8s。
  • 模型使用 custom thermal dataset,Label Studio 做 bounding box,单类标签 human
  • YOLOv8s 在 Google Colab 上训练 1000 epochs,image size 640x640。
  • 摄像头安装在车顶中部,向下约 45°,距离后排约 90 cm;MLX90640 约 80° FOV,用于覆盖后排左中右座位。
  • 检测到 exactly one human 后,系统蜂鸣器响 5 秒,并通过 Telegram bot 发送 thermal image;5 分钟后再次检测,或通过 reset button 停止。
  • 报告中 human F1 peak 1.00,overall mean score 0.756。
  • 论文用成人 subject 模拟 child,理由是儿童在封闭/高温车辆中测试有伦理和安全风险,并认为成人与儿童体温范围都约 36-37°C,热辐射可用于 presence detection。

方法和系统边界

该项目更像低成本原型,而不是车规 CPD 系统:

  • 推理在 Raspberry Pi 5 本地运行,不依赖云端 inference。
  • 通知依赖 Telegram Bot API 和互联网连接。
  • 任务只检测 human heat signature,没有区分 child/adult/pet/object。
  • 论文把 adult heat signature 用作 child proxy,这是最大的实验限制。
  • 顶部中间安装被认为优于侧向安装,因为侧向角度会遮挡或损失完整后排视野。

证据价值

这份资料对 新sensing技术雷达 的价值比较有限,但仍有两个可用点:

  • thermal camera 可在无可见光情况下提供 presence evidence,不依赖 NIR illumination 的普通图像。
  • 低成本 thermal + edge AI 原型容易做内部快速验证,可用于探索 CPD hidden/low-light 场景。

不能直接推出的结论

  • 不能把成人模拟儿童视为有效 CPD 验证;儿童体型、姿态、car seat、blanket、footwell、睡眠状态都未覆盖。
  • 不能把 human 检测等同于 child presence detection;系统没有 child/adult 区分,也没有 adult+child 语义。
  • Telegram alert 不是车规报警链路,依赖互联网连接,不能作为 safety mechanism。
  • MLX90640 低分辨率热图对小目标、多乘员、遮挡和高温 cabin 的鲁棒性需要重测。
  • F1 peak 1.00 与 overall mean 0.756 并存,说明单看最高点会误导。

对 MINIEYE 的启发

thermal CPD 当前只能作为低成本 demo / 快速验证工具,不宜放进高优先级技术路线。

如果继续验证,应把测试重点放在:

  • child-sized dummy / heated mannequin / car seat / blanket / footwell。
  • adult vs child-like size 的可分性。
  • 高温 cabin、阳光照射、衣物遮挡、多人/宠物。
  • 与 NIR camera / radar / Wi-Fi 的融合价值,而不是单传感器替代。

相关页: