View source: R/icevision_albumentations.R View source: R/icevision_albumentations.R
icevision_RandomSizedBBoxSafeCrop | R Documentation |
Crop a random part of the input and rescale it to some size without loss of bboxes.
Crop a random part of the input and rescale it to some size without loss of bboxes.
icevision_RandomSizedBBoxSafeCrop(
height,
width,
erosion_rate = 0,
interpolation = 1,
always_apply = FALSE,
p = 1
)
icevision_RandomSizedBBoxSafeCrop(
height,
width,
erosion_rate = 0,
interpolation = 1,
always_apply = FALSE,
p = 1
)
height |
height |
width |
width |
erosion_rate |
erosion_rate |
interpolation |
interpolation |
always_apply |
always_apply |
p |
p |
None
None
image, mask, bboxes
image, mask, bboxes
uint8, float32
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.