WendellAtHome

Results 1 issues of WendellAtHome

There is a normalizing step in dataset.py line 71 `img = img.astype('float32') / 255` Combined with transforms.Normalize() from alubmentations.augmentations 0.5.2, where the source code (albumentations 0.5.2) is ``` mean=(0.485, 0.456,...