-
Notifications
You must be signed in to change notification settings - Fork 319
更新READ.ME文件 #3301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
更新READ.ME文件 #3301
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e90e44e
添加条件判断,用来处理空数组
2309040012 3cb1e58
从版本控制中移除不需要的文件
2309040012 47ba020
清理不需要的文件:移除GMM.py和rbm.py
2309040012 e7ffd69
Merge branch 'OpenHUTB:main' into main
2309040012 56eee0a
添加所选题代码
2309040012 42f2147
Merge branch 'OpenHUTB:main' into main
2309040012 b3456d6
减少选题多余代码及文件,仅保留源文件
2309040012 84325b2
Merge branch 'OpenHUTB:main' into main
2309040012 3f5c1c4
条件表达式优化,这个优化通过使用三元运算符和布尔表达式直接赋值,将多行条件判断压缩为简洁的一行代码
2309040012 2337c5b
Merge branch 'OpenHUTB:main' into main
2309040012 f746d2f
通过将重复的转换逻辑提取到内部函数,既消除了代码重复,又提升了可读性和可维护性。
2309040012 7cf7e33
Merge branch 'OpenHUTB:main' into main
2309040012 7bddc32
简化测试函数注释
2309040012 8206d34
Merge branch 'OpenHUTB:main' into main
2309040012 994a143
Merge branch 'OpenHUTB:main' into main
2309040012 e1286f7
修复RNN状态初始化不匹配问题
2309040012 456eb0d
Merge branch 'OpenHUTB:main' into main
2309040012 0ab6ff5
精简注意力机制,修复未定义变量错误
2309040012 1d2f35d
Merge branch 'OpenHUTB:main' into main
2309040012 5a041ce
优化测试集处理与评估流程
2309040012 888114d
Merge branch 'OpenHUTB:main' into main
2309040012 2625ea4
线性模型完整化优化
2309040012 2af9cb1
Merge branch 'OpenHUTB:main' into main
2309040012 c1f2170
Merge branch 'OpenHUTB:main' into main
2309040012 aa5b72f
Merge branch 'OpenHUTB:main' into main
2309040012 23b179d
Revert "优化测试集处理与评估流程"
2309040012 8c8480f
Merge branch 'OpenHUTB:main' into main
2309040012 3832ae6
Revert "线性模型完整化优化"
2309040012 da503cf
添加文件.gitignore到选题中
2309040012 490184a
Revert "添加文件.gitignore到选题中"
2309040012 73ea1dd
Merge branch 'OpenHUTB:main' into main
2309040012 a0cd1e6
前一个选题无法运行,更换选题
2309040012 031099f
Merge branch 'OpenHUTB:main' into main
2309040012 9aaf91a
更换正确的选题名
2309040012 5e83b07
Merge branch 'main' of https://github.com/2309040012/nn
2309040012 34ecc84
添加源代码文件
2309040012 17e13ff
Merge branch 'OpenHUTB:main' into main
2309040012 234da5e
更新READ.ME文件
2309040012 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,23 @@ | ||
| 我选择的是Self driving car lane and path detection | ||
| 自动驾驶汽车车道和路径检测 | ||
| 自动驾驶汽车车道和路径检测 | ||
| 1. 环境要求 | ||
| Python版本:3.6 或更高 | ||
| 2. 安装依赖包 | ||
| bash | ||
| pip3 install -r requirements.txt | ||
| 这将安装运行所需的所有库和依赖项。 | ||
| 3. 下载示例数据 | ||
| 从https://drive.google.com/file/d/1hP-v8lLn1g1jEaJUBYJhv1mEb32hkMvG/view下载示例数据文件。 | ||
| (注意:更多数据将陆续添加) | ||
| 4. 运行程序 | ||
| bash | ||
| python3 main.py <你的hevc文件路径> | ||
| 后续功能规划(即将推出) | ||
| 使用YOLOv3进行物体检测,包括: | ||
| 交通信号灯 | ||
| 车辆(汽车、卡车、摩托车) | ||
| 自行车 | ||
| 行人 | ||
| 停车标志 | ||
| 实时或近实时的语义分割 | ||
| 快速SLAM(同步定位与地图构建) | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不符合markdown格式要求