mirror of https://github.com/open-mmlab/mmyolo.git
Update yolov5_description.md (#254)
parent
7ed550b6fc
commit
1e0cab7371
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in New Issue