View source: R/icevision_albumentations.R
icevision_SmallestMaxSize | R Documentation |
Rescale an image so that minimum side is equal to max_size, keeping the aspect ratio of the initial image.
icevision_SmallestMaxSize( max_size = 1024, interpolation = 1, always_apply = FALSE, p = 1 )
max_size |
max_size |
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.