Skip to content

Commit 7893d93

Browse files
committed
a
1 parent d61e902 commit 7893d93

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mmseg/datasets/pipelines/hubmap_transforms.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ def aug_light(p=.95):
5858
A.ShiftScaleRotate(shift_limit=.0, scale_limit=.03, rotate_limit=30, p=0.5),
5959
#A.GaussNoise(var_limit=(0,50.0), mean=0, p=0.5),
6060
A.GaussianBlur(blur_limit=(3,3), p=0.17),
61-
A.OneOf([
62-
A.RandomBrightnessContrast(brightness_limit=(-0.25,0.3), contrast_limit=(-0.3,0.25), p=0.4),
63-
MyHueSaturationValue(hue_shift_limit=0.4, sat_shift_limit=0.4, val_shift_limit=0, p=0.6),
64-
], p=.75)
65-
61+
MyHueSaturationValue(hue_shift_limit=0.4, sat_shift_limit=0.4, val_shift_limit=0, p=0.75),
6662
], p=p)
6763

6864

0 commit comments

Comments
 (0)