View source: R/icevision_albumentations.R
icevision_RandomResizedCrop | R Documentation |
Torchvision's variant of crop a random part of the input and rescale it to some size.
icevision_RandomResizedCrop(
height,
width,
scale = list(0.08, 1),
ratio = list(0.75, 1.33333333333333),
interpolation = 1,
always_apply = FALSE,
p = 1
)
height |
height |
width |
width |
scale |
scale |
ratio |
ratio |
interpolation |
interpolation |
always_apply |
always_apply |
p |
p |
None
image, mask, bboxes, keypoints
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.