Skip to content

Commit

Permalink
Update license line in Python files (#2220)
Browse files Browse the repository at this point in the history
* Add license line to .github/ISSUE_TEMPLATE/bug-report.yml

* Add license line to .github/ISSUE_TEMPLATE/config.yml

* Add license line to .github/ISSUE_TEMPLATE/feature-request.yml

* Add license line to .github/ISSUE_TEMPLATE/question.yml

* Add license line to .github/dependabot.yml

* Add license line to .github/workflows/ci-testing.yml

* Add license line to .github/workflows/codeql-analysis.yml

* Add license line to .github/workflows/docker.yml

* Add license line to .github/workflows/format.yml

* Add license line to .github/workflows/greetings.yml

* Add license line to .github/workflows/links.yml

* Add license line to .github/workflows/stale.yml

* Add license line to benchmarks.py

* Add license line to classify/predict.py

* Add license line to classify/train.py

* Add license line to classify/val.py

* Add license line to data/Argoverse.yaml

* Add license line to data/GlobalWheat2020.yaml

* Add license line to data/ImageNet.yaml

* Add license line to data/SKU-110K.yaml

* Add license line to data/VisDrone.yaml

* Add license line to data/coco.yaml

* Add license line to data/coco128-seg.yaml

* Add license line to data/coco128.yaml

* Add license line to data/hyps/hyp.Objects365.yaml

* Add license line to data/hyps/hyp.VOC.yaml

* Add license line to data/hyps/hyp.no-augmentation.yaml

* Add license line to data/hyps/hyp.scratch-high.yaml

* Add license line to data/hyps/hyp.scratch-low.yaml

* Add license line to data/hyps/hyp.scratch-med.yaml

* Add license line to data/objects365.yaml

* Add license line to data/voc.yaml

* Add license line to data/xView.yaml

* Add license line to detect.py

* Add license line to export.py

* Add license line to hubconf.py

* Add license line to models/common.py

* Add license line to models/experimental.py

* Add license line to models/hub/anchors.yaml

* Add license line to models/hub/yolov5-bifpn.yaml

* Add license line to models/hub/yolov5-fpn.yaml

* Add license line to models/hub/yolov5-p2.yaml

* Add license line to models/hub/yolov5-p34.yaml

* Add license line to models/hub/yolov5-p6.yaml

* Add license line to models/hub/yolov5-p7.yaml

* Add license line to models/hub/yolov5-panet.yaml

* Add license line to models/hub/yolov5l6.yaml

* Add license line to models/hub/yolov5m6.yaml

* Add license line to models/hub/yolov5n6.yaml

* Add license line to models/hub/yolov5s-LeakyReLU.yaml

* Add license line to models/hub/yolov5s-ghost.yaml

* Add license line to models/hub/yolov5s-transformer.yaml

* Add license line to models/hub/yolov5s6.yaml

* Add license line to models/hub/yolov5x6.yaml

* Add license line to models/segment/yolov5l-seg.yaml

* Add license line to models/segment/yolov5m-seg.yaml

* Add license line to models/segment/yolov5n-seg.yaml

* Add license line to models/segment/yolov5s-seg.yaml

* Add license line to models/segment/yolov5x-seg.yaml

* Add license line to models/tf.py

* Add license line to models/yolo.py

* Add license line to models/yolov3-spp.yaml

* Add license line to models/yolov3-tiny.yaml

* Add license line to models/yolov3.yaml

* Add license line to models/yolov5l.yaml

* Add license line to models/yolov5m.yaml

* Add license line to models/yolov5n.yaml

* Add license line to models/yolov5s.yaml

* Add license line to models/yolov5x.yaml

* Add license line to pyproject.toml

* Add license line to segment/predict.py

* Add license line to segment/train.py

* Add license line to segment/val.py

* Add license line to train.py

* Add license line to utils/__init__.py

* Add license line to utils/activations.py

* Add license line to utils/augmentations.py

* Add license line to utils/autoanchor.py

* Add license line to utils/autobatch.py

* Add license line to utils/aws/resume.py

* Add license line to utils/callbacks.py

* Add license line to utils/dataloaders.py

* Add license line to utils/downloads.py

* Add license line to utils/flask_rest_api/example_request.py

* Add license line to utils/flask_rest_api/restapi.py

* Add license line to utils/general.py

* Add license line to utils/google_app_engine/app.yaml

* Add license line to utils/loggers/__init__.py

* Add license line to utils/loggers/clearml/clearml_utils.py

* Add license line to utils/loggers/clearml/hpo.py

* Add license line to utils/loggers/comet/__init__.py

* Add license line to utils/loggers/comet/comet_utils.py

* Add license line to utils/loggers/comet/hpo.py

* Add license line to utils/loggers/wandb/wandb_utils.py

* Add license line to utils/loss.py

* Add license line to utils/metrics.py

* Add license line to utils/plots.py

* Add license line to utils/segment/augmentations.py

* Add license line to utils/segment/dataloaders.py

* Add license line to utils/segment/general.py

* Add license line to utils/segment/loss.py

* Add license line to utils/segment/metrics.py

* Add license line to utils/segment/plots.py

* Add license line to utils/torch_utils.py

* Add license line to utils/triton.py

* Add license line to val.py

* Auto-format by https://ultralytics.com/actions

* Update train.py

* Auto-format by https://ultralytics.com/actions

---------

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
UltralyticsAssistant and glenn-jocher committed Jun 8, 2024
1 parent 0d2eccf commit d4c06a8
Show file tree
Hide file tree
Showing 106 changed files with 118 additions and 91 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

name: πŸ› Bug Report
# title: " "
description: Problems with YOLOv3
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

blank_issues_enabled: true
contact_links:
- name: πŸ“„ Docs
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

name: πŸš€ Feature Request
description: Suggest a YOLOv3 idea
# title: " "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

name: ❓ Question
description: Ask a YOLOv3 question
# title: " "
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics YOLO πŸš€, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Dependabot for package version updates
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# YOLOv3 Continuous Integration (CI) GitHub Actions tests

name: YOLOv3 CI
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# This action runs GitHub's industry-leading static analysis engine, CodeQL, against a repository's source code to find security vulnerabilities.
# https://github.com/github/codeql-action

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Builds ultralytics/yolov3:latest images on DockerHub https://hub.docker.com/r/ultralytics/yolov3

name: Publish Docker Images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics πŸš€ - AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Ultralytics Actions https://github.com/ultralytics/actions
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

name: Greetings

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics YOLO πŸš€, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Continuous Integration (CI) GitHub Actions tests broken link checker using https://github.com/lycheeverse/lychee
# Ignores the following status codes to reduce false positives:
# - 403(OpenVINO, 'forbidden')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

name: Close stale issues
on:
Expand Down
2 changes: 1 addition & 1 deletion benchmarks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
Run YOLOv3 benchmarks on all supported export formats.
Expand Down
2 changes: 1 addition & 1 deletion classify/predict.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
Run YOLOv3 classification inference on images, videos, directories, globs, YouTube, webcam, streams, etc.
Expand Down
2 changes: 1 addition & 1 deletion classify/train.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
Train a YOLOv3 classifier model on a classification dataset.
Expand Down
2 changes: 1 addition & 1 deletion classify/val.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
Validate a trained YOLOv3 classification model on a classification dataset.
Expand Down
2 changes: 1 addition & 1 deletion data/Argoverse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Argoverse-HD dataset (ring-front-center camera) http://www.cs.cmu.edu/~mengtial/proj/streaming/ by Argo AI
# Example usage: python train.py --data Argoverse.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/GlobalWheat2020.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Global Wheat 2020 dataset http://www.global-wheat.com/ by University of Saskatchewan
# Example usage: python train.py --data GlobalWheat2020.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/ImageNet.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# ImageNet-1k dataset https://www.image-net.org/index.php by Stanford University
# Simplified class names from https://github.com/anishathalye/imagenet-simple-labels
# Example usage: python classify/train.py --data imagenet
Expand Down
2 changes: 1 addition & 1 deletion data/SKU-110K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# SKU-110K retail items dataset https://github.com/eg4000/SKU110K_CVPR19 by Trax Retail
# Example usage: python train.py --data SKU-110K.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/VisDrone.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# VisDrone2019-DET dataset https://github.com/VisDrone/VisDrone-Dataset by Tianjin University
# Example usage: python train.py --data VisDrone.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/coco.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# COCO 2017 dataset http://cocodataset.org by Microsoft
# Example usage: python train.py --data coco.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/coco128-seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# COCO128-seg dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017) by Ultralytics
# Example usage: python train.py --data coco128.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/coco128.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017) by Ultralytics
# Example usage: python train.py --data coco128.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/hyps/hyp.Objects365.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Hyperparameters for Objects365 training
# python train.py --weights yolov5m.pt --data Objects365.yaml --evolve
# See Hyperparameter Evolution tutorial for details https://github.com/ultralytics/yolov5#tutorials
Expand Down
2 changes: 1 addition & 1 deletion data/hyps/hyp.VOC.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Hyperparameters for VOC training
# python train.py --batch 128 --weights yolov5m6.pt --data VOC.yaml --epochs 50 --img 512 --hyp hyp.scratch-med.yaml --evolve
# See Hyperparameter Evolution tutorial for details https://github.com/ultralytics/yolov5#tutorials
Expand Down
2 changes: 1 addition & 1 deletion data/hyps/hyp.no-augmentation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Hyperparameters when using Albumentations frameworks
# python train.py --hyp hyp.no-augmentation.yaml
# See https://github.com/ultralytics/yolov5/pull/3882 for YOLOv3 + Albumentations Usage examples
Expand Down
2 changes: 1 addition & 1 deletion data/hyps/hyp.scratch-high.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Hyperparameters for high-augmentation COCO training from scratch
# python train.py --batch 32 --cfg yolov5m6.yaml --weights '' --data coco.yaml --img 1280 --epochs 300
# See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials
Expand Down
2 changes: 1 addition & 1 deletion data/hyps/hyp.scratch-low.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Hyperparameters for low-augmentation COCO training from scratch
# python train.py --batch 64 --cfg yolov5n6.yaml --weights '' --data coco.yaml --img 640 --epochs 300 --linear
# See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials
Expand Down
2 changes: 1 addition & 1 deletion data/hyps/hyp.scratch-med.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Hyperparameters for medium-augmentation COCO training from scratch
# python train.py --batch 32 --cfg yolov5m6.yaml --weights '' --data coco.yaml --img 1280 --epochs 300
# See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials
Expand Down
2 changes: 1 addition & 1 deletion data/objects365.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv5 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Objects365 dataset https://www.objects365.org/ by Megvii
# Example usage: python train.py --data Objects365.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/voc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv5 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC by University of Oxford
# Example usage: python train.py --data VOC.yaml
# parent
Expand Down
2 changes: 1 addition & 1 deletion data/xView.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# DIUx xView 2018 Challenge https://challenge.xviewdataset.org by U.S. National Geospatial-Intelligence Agency (NGA)
# -------- DOWNLOAD DATA MANUALLY and jar xf val_images.zip to 'datasets/xView' before running train command! --------
# Example usage: python train.py --data xView.yaml
Expand Down
2 changes: 1 addition & 1 deletion detect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
Run YOLOv3 detection inference on images, videos, directories, globs, YouTube, webcam, streams, etc.
Expand Down
2 changes: 1 addition & 1 deletion export.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
Export a YOLOv3 PyTorch model to other formats. TensorFlow exports authored by https://github.com/zldrobit
Expand Down
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
PyTorch Hub models https://pytorch.org/hub/ultralytics_yolov5
Expand Down
2 changes: 1 addition & 1 deletion models/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""Common modules."""

import ast
Expand Down
2 changes: 1 addition & 1 deletion models/experimental.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""Experimental modules."""

import math
Expand Down
2 changes: 1 addition & 1 deletion models/hub/anchors.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
# Default anchors for COCO data

# P5 -------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-bifpn.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-fpn.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-p2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-p34.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-p6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-p7.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5-panet.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5l6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5m6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5n6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5s-LeakyReLU.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5s-ghost.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5s-transformer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5s6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/hub/yolov5x6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/segment/yolov5l-seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/segment/yolov5m-seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/segment/yolov5n-seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/segment/yolov5s-seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/segment/yolov5x-seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/tf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
TensorFlow, Keras and TFLite versions of YOLOv3
Authored by https://github.com/zldrobit in PR https://github.com/ultralytics/yolov5/pull/1127
Expand Down
2 changes: 1 addition & 1 deletion models/yolo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license
"""
YOLO-specific modules.

Expand Down
2 changes: 1 addition & 1 deletion models/yolov3-spp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/yolov3-tiny.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/yolov3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/yolov5l.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
2 changes: 1 addition & 1 deletion models/yolov5m.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YOLOv3 πŸš€ by Ultralytics, AGPL-3.0 license
# Ultralytics YOLOv3 πŸš€, AGPL-3.0 license

# Parameters
nc: 80 # number of classes
Expand Down
Loading

0 comments on commit d4c06a8

Please sign in to comment.