行人安全专用场景,四种摄像头布局,生成过马路的重点,确保数据有价值#3313
Closed
Z-w-7799 wants to merge 16 commits into
Closed
Conversation
# Conflicts: # src/chap01_warmup/numpy_tutorial.py
donghaiwang
reviewed
Dec 16, 2025
| epilog=""" | ||
| 示例: | ||
| # 基本行人安全场景(晴天中午) | ||
| python cvips_pedestrian_safety.py |
Member
|
注意程序要保证能够运行 |
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.
修改概述:
修改的详细描述
行人安全专用场景:专门模拟行人过马路场景
四种摄像头布局:前视广角、前视窄角、左侧、右侧,覆盖行人可能出现的所有区域
重点行人:专门生成过马路的行人,确保数据有价值
控制保存间隔:通过capture_interval参数(默认2秒)控制保存频率,确保每张图片有明显变化
减少不必要数据:只保存图像,不生成多余文件
优化图像质量:专门为行人检测优化的摄像头参数
多样化行人:过马路行人 + 背景行人
合理交通密度:避免过多车辆干扰行人检测
环境多样性:支持不同天气和时间条件
经过了什么样的测试?
运行效果
动图、视频、截图等



