| transform_five_crop | R Documentation |
Crop the given image into four corners and the central crop. This transform returns a tuple of images and there may be a mismatch in the number of inputs and targets your Dataset returns.
transform_five_crop(img, size)
img |
A |
size |
(sequence or int): Desired output size. If size is a sequence like c(h, w), output size will be matched to this. If size is an int, smaller edge of the image will be matched to this number. i.e, if height > width, then image will be rescaled to (size * height / width, size). |
Other combining_transforms:
transform_random_apply(),
transform_random_choice(),
transform_random_order(),
transform_resized_crop(),
transform_ten_crop()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.