commit e6038aa0bd3198087e0188e21ca19d6db364c430 Author: we0091234 <447587096@qq.com> Date: Fri Aug 11 17:13:31 2023 +0800 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f88239 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# .gitignore +# 首先忽略所有的文件 +* +# 但是不忽略目录 +!*/ +# 忽略一些指定的目录名 +ut/ +runs/ +.vscode/ +build/ +result/ +*.pyc +pretrained_model/ +# 不忽略下面指定的文件类型 +!*.cpp +!*.h +!*.hpp +!*.c +!.gitignore +!*.py +!*.sh +!*.npy +!*.jpg +!*.pt +!*.npy +!*.pth +!*.png +!*.md +!*.txt +!*.yaml +!*.ttf +!*.cu \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..dd05788 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,115 @@ +## Contributing to YOLOv8 🚀 + +We love your input! We want to make contributing to YOLOv8 as easy and transparent as possible, whether it's: + +- Reporting a bug +- Discussing the current state of the code +- Submitting a fix +- Proposing a new feature +- Becoming a maintainer + +YOLOv8 works so well due to our combined community effort, and for every small improvement you contribute you will be +helping push the frontiers of what's possible in AI 😃! + +## Submitting a Pull Request (PR) 🛠️ + +Submitting a PR is easy! This example shows how to submit a PR for updating `requirements.txt` in 4 steps: + +### 1. Select File to Update + +Select `requirements.txt` to update by clicking on it in GitHub. + +
+
+
+
+
+
+
+
+
+
+
+