Optimize Docs images (#15900)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
0f9f7b806c
commit
cfebb5f26b
174 changed files with 537 additions and 537 deletions
|
|
@ -18,7 +18,7 @@ YOLOv5's architecture consists of three main parts:
|
|||
|
||||
The structure of the model is depicted in the image below. The model structure details can be found in `yolov5l.yaml`.
|
||||
|
||||

|
||||

|
||||
|
||||
YOLOv5 introduces some minor changes compared to its predecessors:
|
||||
|
||||
|
|
@ -108,29 +108,29 @@ YOLOv5 employs various data augmentation techniques to improve the model's abili
|
|||
|
||||
- **Mosaic Augmentation**: An image processing technique that combines four training images into one in ways that encourage object detection models to better handle various object scales and translations.
|
||||
|
||||

|
||||

|
||||
|
||||
- **Copy-Paste Augmentation**: An innovative data augmentation method that copies random patches from an image and pastes them onto another randomly chosen image, effectively generating a new training sample.
|
||||
|
||||

|
||||

|
||||
|
||||
- **Random Affine Transformations**: This includes random rotation, scaling, translation, and shearing of the images.
|
||||
|
||||

|
||||

|
||||
|
||||
- **MixUp Augmentation**: A method that creates composite images by taking a linear combination of two images and their associated labels.
|
||||
|
||||

|
||||

|
||||
|
||||
- **Albumentations**: A powerful library for image augmenting that supports a wide variety of augmentation techniques.
|
||||
|
||||
- **HSV Augmentation**: Random changes to the Hue, Saturation, and Value of the images.
|
||||
|
||||

|
||||

|
||||
|
||||
- **Random Horizontal Flip**: An augmentation method that randomly flips images horizontally.
|
||||
|
||||

|
||||

|
||||
|
||||
## 3. Training Strategies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue