Apply a random rotation of at most `max_deg` with probability `p` to a batch of images
Rotate(
max_deg = 10,
p = 0.5,
draw = NULL,
size = NULL,
mode = "bilinear",
pad_mode = "reflection",
align_corners = TRUE,
batch = FALSE
)
maximum degrees
probability
draw
size of image
mode
reflection, zeros, border as string parameter
align corners or not
batch or not
None