View source: R/icevision_albumentations.R
icevision_RandomScale | R Documentation |
Randomly resize the input. Output image size is different from the input image size.
icevision_RandomScale(
scale_limit = 0.1,
interpolation = 1L,
always_apply = FALSE,
p = 0.5
)
scale_limit |
scale_limit |
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.