View source: R/icevision_albumentations.R
icevision_IAAPerspective | R Documentation |
Perform a random four point perspective transform of the input.
icevision_IAAPerspective(
scale = list(0.05, 0.1),
keep_size = TRUE,
always_apply = FALSE,
p = 0.5
)
scale |
scale |
keep_size |
keep_size |
always_apply |
always_apply |
p |
p |
Note: This class introduce interpolation artifacts to mask if it has values other than (0;1)
None
image, mask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.