pugh_torch.augmentations.transforms package¶
Submodules¶
pugh_torch.augmentations.transforms.resize_shortest module¶
-
class
pugh_torch.augmentations.transforms.resize_shortest.ResizeShortest(length, interpolation=1, always_apply=False, p=1)[source]¶ Bases:
albumentations.core.transforms_interface.DualTransformResize the input so that the shortest side has the given pixel dimension.
- Parameters
length (int) – Length in pixels of the resulting shortest side of the image.