We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f87f commit 3ba885fCopy full SHA for 3ba885f
mmseg/datasets/pipelines/hubmap_transforms.py
@@ -33,7 +33,7 @@ def aug_mega_hardcore(p=.95):
33
], p=.6),
34
A.HueSaturationValue(p=.5),
35
A.ChannelShuffle(p=.2),
36
- A.ToTensor()
+ ToTensorV2()
37
], p=p)
38
39
0 commit comments