Image Data Augmentation

Random Scaling

Random Scaling is a type of image data augmentation in which we randomly change the scale of the image within a specified range.

The Albumentations library has generalization of the RandomScaling called Affine

Affine transform allows randomly scale as RandomScaling, but you may also randomly rotate, translate, and shear.

Papers


Paper Code Results Date Stars

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories