Update hyp.no-augmentation.yaml (#11420)

remove one zero in "hsv_s: 00"

Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
This commit is contained in:
Shayan Mousavinia 2023-04-23 19:34:17 +03:30 committed by GitHub
parent 3e14883825
commit c35d9aedec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)