-
Notifications
You must be signed in to change notification settings - Fork 319
完善项目内容,提交依赖 #3265
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
完善项目内容,提交依赖 #3265
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1c99f46
首次提交课题
heeyusike 7dca9ce
Add files via upload
heeyusike 39d29cb
Delete src/Driving_Accident_Video_Recognition directory
heeyusike 9d43863
Add files via upload
heeyusike a45c461
Merge branch 'OpenHUTB:main' into main
heeyusike 7adc3eb
Merge branch 'OpenHUTB:main' into main
heeyusike 2165c28
Merge branch 'OpenHUTB:main' into main
heeyusike 348053d
Merge branch 'OpenHUTB:main' into main
heeyusike 8e3f938
Add files via upload
heeyusike 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 |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # YOLOv8核心库(必须) | ||
| ultralytics>=8.0.0 # 推荐8.2.0(稳定版) | ||
|
|
||
| # 图像处理(必须) | ||
| opencv-python>=4.8.0 # 推荐4.8.1.78 | ||
|
|
||
| # 可视化(必须) | ||
| matplotlib>=3.0.0 # 推荐3.7.1 | ||
|
|
||
| # PyTorch核心(ultralytics依赖,必须) | ||
| torch>=2.0.0 # 推荐2.0.1或2.1.0 | ||
| torchvision>=0.15.0 # 与torch版本匹配 | ||
|
|
||
| # 基础数值计算(间接依赖,建议指定) | ||
| numpy>=1.24.0 # 推荐1.24.3 | ||
|
|
||
| # 可选(补充依赖,避免隐性报错) | ||
| pillow>=8.0.0 # 推荐9.5.0 | ||
| psutil>=5.8.0 # ultralytics监控系统资源用 | ||
| pyyaml>=6.0 # 自定义训练时解析yaml配置文件 |
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.
这是必须是某个模块的依赖,而不是放在src目录下,这是公共源代码目录