Skip to content

Commit d07050e

Browse files
committed
cfgs: Change augmentation
1 parent b88ee46 commit d07050e

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

cfgs/cityscapes.yaml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ AR_UNet:
2525
size: !!python/tuple [512, 1024]
2626
scale: auto
2727
ratio: auto
28-
GaussianBlur:
29-
kernel_size: 3
30-
sigma: !!python/tuple [0.1, 2.0]
28+
RandomAdjustSharpness:
29+
sharpness_factor: 2
3130
ColorJitter:
3231
brightness: 0.5
3332
contrast: 0.5
@@ -53,9 +52,8 @@ Attention_DeepLabv3plus:
5352
size: !!python/tuple [769, 769]
5453
scale: auto
5554
ratio: auto
56-
GaussianBlur:
57-
kernel_size: 3
58-
sigma: !!python/tuple [0.1, 2.0]
55+
RandomAdjustSharpness:
56+
sharpness_factor: 2
5957
ColorJitter:
6058
brightness: 0.5
6159
contrast: 0.5
@@ -81,9 +79,8 @@ DeepLabv3plus:
8179
size: !!python/tuple [769, 769]
8280
scale: auto
8381
ratio: auto
84-
GaussianBlur:
85-
kernel_size: 3
86-
sigma: !!python/tuple [0.1, 2.0]
82+
RandomAdjustSharpness:
83+
sharpness_factor: 2
8784
ColorJitter:
8885
brightness: 0.5
8986
contrast: 0.5
@@ -109,9 +106,8 @@ EAR_Net:
109106
size: !!python/tuple [512, 1024]
110107
scale: auto
111108
ratio: auto
112-
GaussianBlur:
113-
kernel_size: 3
114-
sigma: !!python/tuple [0.1, 2.0]
109+
RandomAdjustSharpness:
110+
sharpness_factor: 2
115111
ColorJitter:
116112
brightness: 0.5
117113
contrast: 0.5
@@ -135,9 +131,8 @@ UNet:
135131
size: !!python/tuple [512, 1024]
136132
scale: auto
137133
ratio: auto
138-
GaussianBlur:
139-
kernel_size: 3
140-
sigma: !!python/tuple [0.1, 2.0]
134+
RandomAdjustSharpness:
135+
sharpness_factor: 2
141136
ColorJitter:
142137
brightness: 0.5
143138
contrast: 0.5
@@ -163,9 +158,8 @@ Proposed:
163158
size: !!python/tuple [ 769, 769 ]
164159
scale: auto
165160
ratio: auto
166-
GaussianBlur:
167-
kernel_size: 3
168-
sigma: !!python/tuple [ 0.1, 2.0 ]
161+
RandomAdjustSharpness:
162+
sharpness_factor: 2
169163
ColorJitter:
170164
brightness: 0.5
171165
contrast: 0.5

0 commit comments

Comments
 (0)