From 1e0cab7371dcf9796ee69fe0722a5c67c97d9640 Mon Sep 17 00:00:00 2001 From: Yue Zhou <592267829@qq.com> Date: Mon, 7 Nov 2022 17:27:57 +0800 Subject: [PATCH] Update yolov5_description.md (#254) --- docs/en/algorithm_descriptions/yolov5_description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/algorithm_descriptions/yolov5_description.md b/docs/en/algorithm_descriptions/yolov5_description.md index 0fe5808d..3e714556 100644 --- a/docs/en/algorithm_descriptions/yolov5_description.md +++ b/docs/en/algorithm_descriptions/yolov5_description.md @@ -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**