Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Dihedral

Dihedral


Description

Apply a random dihedral transformation to a batch of images with a probability 'p'

Apply a random dihedral transformation to a batch of images with a probability 'p'

Usage

Dihedral(
  p = 0.5,
  draw = NULL,
  size = NULL,
  mode = "bilinear",
  pad_mode = "reflection",
  align_corners = NULL,
  batch = FALSE
)

Dihedral(
  p = 0.5,
  draw = NULL,
  size = NULL,
  mode = "bilinear",
  pad_mode = "reflection",
  align_corners = NULL,
  batch = FALSE
)

Arguments

p

probability

draw

draw

size

size

mode

mode

pad_mode

padding mode

align_corners

align corners

batch

batch

Value

None

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.