View source: R/vision_augment.R
RandomErasing | R Documentation |
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)
p |
probability |
sl |
sl |
sh |
sh |
min_aspect |
minimum aspect |
max_count |
maximum count |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.