mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
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:
parent
3e14883825
commit
c35d9aedec
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user