Skip to content

Commit 9325c1d

Browse files
committed
a
1 parent b826867 commit 9325c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmseg/datasets/pipelines/hubmap_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MyHueSaturationValue(A.ImageOnlyTransform):
77

88
def __init__(
99
self,
10-
hue_shift_limit=0.4,
10+
hue_shift_limit=0.2,
1111
sat_shift_limit=0.4,
1212
val_shift_limit=0,
1313
always_apply=False,

0 commit comments

Comments
 (0)