Augmentations (albumentations.augmentations ...
https://vfdev-5-albumentations.readthedocs.io/en/docs_pytorch_fix/api/...class albumentations.augmentations.transforms. Normalize(mean=(0.485, 0.456, 0.406), std=(0.229, 0.224, 0.225), max_pixel_value=255.0, always_apply=False, p=1.0)[source]¶ Divide pixel values by 255 = 2**8 - 1, subtract mean per channel and divide by std per channel. Parameters: mean(float, float, float) – mean values