icevision_IAAPerspective {fastai} | R Documentation |
IAAPerspective
Description
Perform a random four point perspective transform of the input.
Usage
icevision_IAAPerspective(
scale = list(0.05, 0.1),
keep_size = TRUE,
always_apply = FALSE,
p = 0.5
)
Arguments
scale |
scale |
keep_size |
keep_size |
always_apply |
always_apply |
p |
p |
Details
Note: This class introduce interpolation artifacts to mask if it has values other than (0;1)
Value
None
Targets
image, mask
[Package fastai version 2.2.2 Index]