RandomErasing {fastai} | R Documentation |
RandomErasing
Description
Randomly selects a rectangle region in an image and randomizes its pixels.
Usage
RandomErasing(p = 0.5, sl = 0, sh = 0.3, min_aspect = 0.3, max_count = 1)
Arguments
p |
probability |
sl |
sl |
sh |
sh |
min_aspect |
minimum aspect |
max_count |
maximum count |
Value
None
[Package fastai version 2.2.2 Index]