-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
385 changed files
with
65,632 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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,7 +1,4 @@ | ||
_pycache_/ | ||
yolov7/ | ||
yolov5/ | ||
ultralytics/ | ||
wandb/ | ||
.idea/ | ||
|
||
|
85 changes: 85 additions & 0 deletions
85
src/train_utils/train_models/models/ultralytics/.github/ISSUE_TEMPLATE/bug-report.yml
This file contains 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,85 @@ | ||
name: 🐛 Bug Report | ||
# title: " " | ||
description: Problems with YOLOv8 | ||
labels: [bug, triage] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting a YOLOv8 🐛 Bug Report! | ||
- type: checkboxes | ||
attributes: | ||
label: Search before asking | ||
description: > | ||
Please search the [issues](https://github.com/ultralytics/ultralytics/issues) to see if a similar bug report already exists. | ||
options: | ||
- label: > | ||
I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: YOLOv8 Component | ||
description: | | ||
Please select the part of YOLOv8 where you found the bug. | ||
multiple: true | ||
options: | ||
- "Training" | ||
- "Validation" | ||
- "Detection" | ||
- "Export" | ||
- "PyTorch Hub" | ||
- "Multi-GPU" | ||
- "Evolution" | ||
- "Integrations" | ||
- "Other" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Bug | ||
description: Provide console output with error messages and/or screenshots of the bug. | ||
placeholder: | | ||
💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Please specify the software and hardware you used to produce the bug. | ||
placeholder: | | ||
- YOLO: Ultralytics YOLOv8.0.21 🚀 Python-3.8.10 torch-1.13.1+cu117 CUDA:0 (A100-SXM-80GB, 81251MiB) | ||
- OS: Ubuntu 20.04 | ||
- Python: 3.8.10 | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Minimal Reproducible Example | ||
description: > | ||
When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to **reproduce** the problem. | ||
This is referred to by community members as creating a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). | ||
placeholder: | | ||
``` | ||
# Code to reproduce your issue here | ||
``` | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional | ||
description: Anything else you would like to share? | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Are you willing to submit a PR? | ||
description: > | ||
(Optional) We encourage you to submit a [Pull Request](https://github.com/ultralytics/ultralytics/pulls) (PR) to help improve YOLOv8 for everyone, especially if you have a good understanding of how to implement a fix or feature. | ||
See the YOLOv8 [Contributing Guide](https://github.com/ultralytics/ultralytics/blob/main/CONTRIBUTING.md) to get started. | ||
options: | ||
- label: Yes I'd like to help by submitting a PR! |
11 changes: 11 additions & 0 deletions
11
src/train_utils/train_models/models/ultralytics/.github/ISSUE_TEMPLATE/config.yml
This file contains 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,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 📄Docs | ||
url: https://docs.ultralytics.com/ | ||
about: Full Ultralytics YOLOv8 Documentation | ||
- name: 💬 Forum | ||
url: https://community.ultralytics.com/ | ||
about: Ask on Ultralytics Community Forum | ||
- name: Stack Overflow | ||
url: https://stackoverflow.com/search?q=YOLOv8 | ||
about: Ask on Stack Overflow with 'YOLOv8' tag |
50 changes: 50 additions & 0 deletions
50
src/train_utils/train_models/models/ultralytics/.github/ISSUE_TEMPLATE/feature-request.yml
This file contains 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,50 @@ | ||
name: 🚀 Feature Request | ||
description: Suggest a YOLOv8 idea | ||
# title: " " | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting a YOLOv8 🚀 Feature Request! | ||
- type: checkboxes | ||
attributes: | ||
label: Search before asking | ||
description: > | ||
Please search the [issues](https://github.com/ultralytics/ultralytics/issues) to see if a similar feature request already exists. | ||
options: | ||
- label: > | ||
I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A short description of your feature. | ||
placeholder: | | ||
What new feature would you like to see in YOLOv8? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Use case | ||
description: | | ||
Describe the use case of your feature request. It will help us understand and prioritize the feature request. | ||
placeholder: | | ||
How would this feature be used, and who would use it? | ||
- type: textarea | ||
attributes: | ||
label: Additional | ||
description: Anything else you would like to share? | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Are you willing to submit a PR? | ||
description: > | ||
(Optional) We encourage you to submit a [Pull Request](https://github.com/ultralytics/ultralytics/pulls) (PR) to help improve YOLOv8 for everyone, especially if you have a good understanding of how to implement a fix or feature. | ||
See the YOLOv8 [Contributing Guide](https://github.com/ultralytics/ultralytics/blob/main/CONTRIBUTING.md) to get started. | ||
options: | ||
- label: Yes I'd like to help by submitting a PR! |
33 changes: 33 additions & 0 deletions
33
src/train_utils/train_models/models/ultralytics/.github/ISSUE_TEMPLATE/question.yml
This file contains 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,33 @@ | ||
name: ❓ Question | ||
description: Ask a YOLOv8 question | ||
# title: " " | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for asking a YOLOv8 ❓ Question! | ||
- type: checkboxes | ||
attributes: | ||
label: Search before asking | ||
description: > | ||
Please search the [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) to see if a similar question already exists. | ||
options: | ||
- label: > | ||
I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Question | ||
description: What is your question? | ||
placeholder: | | ||
💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional | ||
description: Anything else you would like to share? |
28 changes: 28 additions & 0 deletions
28
src/train_utils/train_models/models/ultralytics/.github/dependabot.yml
This file contains 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,28 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: pip | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
time: "04:00" | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- glenn-jocher | ||
labels: | ||
- dependencies | ||
|
||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
time: "04:00" | ||
open-pull-requests-limit: 5 | ||
reviewers: | ||
- glenn-jocher | ||
labels: | ||
- dependencies |
26 changes: 26 additions & 0 deletions
26
src/train_utils/train_models/models/ultralytics/.github/translate-readme.yml
This file contains 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,26 @@ | ||
# Ultralytics YOLO 🚀, GPL-3.0 license | ||
# README translation action to translate README.md to Chinese as README.zh-CN.md on any change to README.md | ||
|
||
name: Translate README | ||
|
||
on: | ||
push: | ||
branches: | ||
- translate_readme # replace with 'main' to enable action | ||
paths: | ||
- README.md | ||
|
||
jobs: | ||
Translate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
# ISO Language Codes: https://cloud.google.com/translate/docs/languages | ||
- name: Adding README - Chinese Simplified | ||
uses: dephraiim/translate-readme@main | ||
with: | ||
LANG: zh-CN |
Oops, something went wrong.