Update yolov5_description.md (#254)

pull/276/head
Yue Zhou 2022-11-07 17:27:57 +08:00 committed by huanghaian
parent 7ed550b6fc
commit 1e0cab7371
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Many data augmentation methods are used in YOLOv5, including:
- **Mosaic**
- **RandomAffine**
- **MixUp**
- **Image blue and other transformations using Albu**
- **Image blur and other transformations using Albu**
- **HSV color space enhancement**
- **Random horizontal flips**
@ -121,7 +121,7 @@ Note: **In YOLOv5's implementation of MixUP, the other random image must be proc
The rest of the augmentations are:
- **Image blue and other transformations using Albu**
- **Image blur and other transformations using Albu**
- **HSV color space enhancement**
- **Random horizontal flips**