R/vision_augment.R
RandomErasing.Rd
Randomly selects a rectangle region in an image and randomizes its pixels.
RandomErasing(p = 0.5, sl = 0, sh = 0.3, min_aspect = 0.3, max_count = 1)
probability
sl
sh
minimum aspect
maximum count
None