Skip to content

新增:车速估算 + 超速报警功能#6895

Open
liquan528 wants to merge 15 commits into
OpenHUTB:mainfrom
liquan528:main
Open

新增:车速估算 + 超速报警功能#6895
liquan528 wants to merge 15 commits into
OpenHUTB:mainfrom
liquan528:main

Conversation

@liquan528
Copy link
Copy Markdown
Contributor

修改概述:

修改的详细描述

  1. 只修改核心代码track.py并添加新增模块注释
  2. 本模块基于 YOLO+DeepSORT 多车跟踪结果,在不改动原有跟踪逻辑的前提下,新增实时车速计算与超速预警功能。通过记录车辆连续帧的中心点坐标,结合帧间位移与像素 - 米换算,精准推算车辆实时行驶速度(km/h);预设限速阈值,自动识别超速车辆,同步实现画面红框高亮、实时速度标注、控制台文字报警三重提醒,可用于交通场景的智能监测,是自动驾驶安全监测的核心功能之一。

经过了什么样的测试?

  1. 操作系统:Windows 10
  2. Python 版本:3.8.10

运行效果(动图、视频、图片、链接等)

屏幕截图 2026-05-25 181541 屏幕截图 2026-05-25 181528

@zhongtuo10086
Copy link
Copy Markdown
Contributor

微信图片_20260525211147 微信图片_20260525211154 可以复现

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants