Crop a cropWidth x cropHeight patch from an image. The patch size should be less than
the image size. There're two cropping methods: at random and from the center. The former
is preferred for simple data augmentation during training while the later applies to
validation or testing
Crop a
cropWidth
xcropHeight
patch from an image. The patch size should be less than the image size. There're two cropping methods: at random and from the center. The former is preferred for simple data augmentation during training while the later applies to validation or testing