icevision_RandomRotate90 {fastai} | R Documentation |
RandomRotate90
Description
Randomly rotate the input by 90 degrees zero or more times.
Usage
icevision_RandomRotate90(always_apply = FALSE, p = 0.5)
Arguments
always_apply |
always_apply |
p |
p |
Value
None
Targets
image, mask, bboxes, keypoints
Image types
uint8, float32
[Package fastai version 2.2.2 Index]