icevision_RandomGridShuffle {fastai} | R Documentation |
RandomGridShuffle
Description
Random shuffle grid's cells on image.
Usage
icevision_RandomGridShuffle(grid = list(3, 3), always_apply = FALSE, p = 0.5)
Arguments
grid |
grid |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image, mask
Image types
uint8, float32
[Package fastai version 2.2.2 Index]