What is: Random Resized Crop?

Year2000
Data SourcePapers with Code archive (CC BY-SA)

RandomResizedCrop is a type of image data augmentation where a crop of random size of the original size and a random aspect ratio of the original aspect ratio is made. This crop is finally resized to given size.

Image Credit: Apache MXNet