DeterministicDihedral {fastai} | R Documentation |
DeterministicDihedral
Description
Apply a random dihedral transformation to a batch of images with a probability 'p'
Usage
DeterministicDihedral(
size = NULL,
mode = "bilinear",
pad_mode = "reflection",
align_corners = NULL
)
Arguments
size |
size |
mode |
mode |
pad_mode |
padding mode |
align_corners |
align corners |
Value
None
[Package fastai version 2.2.2 Index]