Skip to content

Commit 3ba885f

Browse files
committed
a
1 parent b67f87f commit 3ba885f

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
@@ -33,7 +33,7 @@ def aug_mega_hardcore(p=.95):
3333
], p=.6),
3434
A.HueSaturationValue(p=.5),
3535
A.ChannelShuffle(p=.2),
36-
A.ToTensor()
36+
ToTensorV2()
3737
], p=p)
3838

3939

0 commit comments

Comments
 (0)