Update Python file headers (#13445)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
79958c93e6
commit
f96d105730
9 changed files with 15 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
# title: " "
|
# title: " "
|
||||||
description: Problems with YOLOv8
|
description: Problems with YOLOv8
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
blank_issues_enabled: true
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 📄 Docs
|
- name: 📄 Docs
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
name: 🚀 Feature Request
|
name: 🚀 Feature Request
|
||||||
description: Suggest a YOLOv8 idea
|
description: Suggest a YOLOv8 idea
|
||||||
# title: " "
|
# title: " "
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/question.yml
vendored
2
.github/ISSUE_TEMPLATE/question.yml
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
name: ❓ Question
|
name: ❓ Question
|
||||||
description: Ask a YOLOv8 question
|
description: Ask a YOLOv8 question
|
||||||
# title: " "
|
# title: " "
|
||||||
|
|
|
||||||
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
# Ultralytics 🚀 - AGPL-3.0 license
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
# Ultralytics Actions https://github.com/ultralytics/actions
|
# Ultralytics Actions https://github.com/ultralytics/actions
|
||||||
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards
|
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ Before we can accept your pull request, you must sign a [Contributor License Agr
|
||||||
To sign the CLA, follow the instructions provided by the CLA bot after you submit your PR and add a comment in your PR saying:
|
To sign the CLA, follow the instructions provided by the CLA bot after you submit your PR and add a comment in your PR saying:
|
||||||
|
|
||||||
```
|
```
|
||||||
I have read the CLA Document and I sign the CLA.
|
I have read the CLA Document and I sign the CLA
|
||||||
```
|
```
|
||||||
|
|
||||||
### Google-Style Docstrings
|
### Google-Style Docstrings
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "yolov8-rs"
|
name = "yolov8-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
from ultralytics.data import YOLOConcatDataset, build_grounding, build_yolo_dataset
|
from ultralytics.data import YOLOConcatDataset, build_grounding, build_yolo_dataset
|
||||||
from ultralytics.data.utils import check_det_dataset
|
from ultralytics.data.utils import check_det_dataset
|
||||||
from ultralytics.models.yolo.world import WorldTrainer
|
from ultralytics.models.yolo.world import WorldTrainer
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
|
|
||||||
from ultralytics.utils import LOGGER, SETTINGS, TESTS_RUNNING, colorstr
|
from ultralytics.utils import LOGGER, SETTINGS, TESTS_RUNNING, colorstr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue