From c35d9aedecdab9df481e7ab4059557c852f34f00 Mon Sep 17 00:00:00 2001 From: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com> Date: Sun, 23 Apr 2023 19:34:17 +0330 Subject: [PATCH] Update hyp.no-augmentation.yaml (#11420) remove one zero in "hsv_s: 00" Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com> --- data/hyps/hyp.no-augmentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/hyps/hyp.no-augmentation.yaml b/data/hyps/hyp.no-augmentation.yaml index 0ae796c16dc2..8da18150538b 100644 --- a/data/hyps/hyp.no-augmentation.yaml +++ b/data/hyps/hyp.no-augmentation.yaml @@ -21,7 +21,7 @@ anchor_t: 4.0 # anchor-multiple threshold # this parameters are all zero since we want to use albumentation framework fl_gamma: 0.0 # focal loss gamma (efficientDet default gamma=1.5) hsv_h: 0 # image HSV-Hue augmentation (fraction) -hsv_s: 00 # image HSV-Saturation augmentation (fraction) +hsv_s: 0 # image HSV-Saturation augmentation (fraction) hsv_v: 0 # image HSV-Value augmentation (fraction) degrees: 0.0 # image rotation (+/- deg) translate: 0 # image translation (+/- fraction)