Skip to content

Commit

Permalink
Update hyp.no-augmentation.yaml (#11420)
Browse files Browse the repository at this point in the history
remove one zero in "hsv_s: 00"

Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
  • Loading branch information
ShAmoNiA committed Apr 23, 2023
1 parent 3e14883 commit c35d9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/hyps/hyp.no-augmentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c35d9ae

Please sign in to comment.