View source: R/icevision_albumentations.R
icevision_RandomSizedCrop | R Documentation |
Crop a random part of the input and rescale it to some size.
icevision_RandomSizedCrop(
min_max_height,
height,
width,
w2h_ratio = 1,
interpolation = 1,
always_apply = FALSE,
p = 1
)
min_max_height |
min_max_height |
height |
height |
width |
width |
w2h_ratio |
w2h_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.