Closed
Conversation
donghaiwang
reviewed
Apr 18, 2026
Member
There was a problem hiding this comment.
图片应该放在docs目录的模块名下,用户文档展示,src目录下放代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
##修改概述
实现“摄像头检测人/车 + 雷达测距 + 在目标框上显示雷达距离”。
新增无界面导出能力,支持一键生成融合效果图用于 PR 展示。
##修改的详细描述
在目标标注中直接显示融合后的距离信息(优先使用雷达距离,缺失时回退相机估距),并保留风险等级与置信度。
优化雷达-视觉匹配逻辑,增加匹配门限,降低错误关联。
优化标签绘制,自动避免右侧越界裁切。
新增命令行参数:--save-only、--output、--frames、--seed,支持稳定复现并导出效果图。
导出效果图路径:nn/src/driverless_car/outputs/camera_radar_fusion_demo.png。
经过了什么样的测试?
操作系统:Windows(PowerShell 环境)
Python:Python 3(项目当前环境)
运行命令测试:
python nn/src/driverless_car/main_mock.py --save-only
运行效果
动图、视频、截图等