Update LICENSE to AGPL-3.0 (#2031)

This commit is contained in:
Glenn Jocher
2023-04-14 15:17:41 +02:00
committed by GitHub
parent 5065ca36a8
commit 2c6fc0a444
131 changed files with 200 additions and 213 deletions

View File

@ -19,7 +19,7 @@ pip install -r requirements.txt # install
YOLOv5 has about 30 hyperparameters used for various training settings. These are defined in `*.yaml` files in the `/data/hyps` directory. Better initial guesses will produce better final results, so it is important to initialize these values properly before evolving. If in doubt, simply use the default values, which are optimized for YOLOv5 COCO training from scratch.
```yaml
# YOLOv5 🚀 by Ultralytics, GPL-3.0 license
# YOLOv5 🚀 by Ultralytics, 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