albumentations_examples
albumentations_examples copied to clipboard
resized_image = F.resize(image, height=256, width=256)
AttributeError Traceback (most recent call last)
AttributeError: module 'albumentations.augmentations.functional' has no attribute 'resize'