View source: R/icevision_albumentations.R
icevision_Cutout | R Documentation |
CoarseDropout of the square regions in the image.
icevision_Cutout(
num_holes = 8,
max_h_size = 8,
max_w_size = 8,
fill_value = 0,
always_apply = FALSE,
p = 0.5
)
num_holes |
num_holes |
max_h_size |
max_h_size |
max_w_size |
max_w_size |
fill_value |
fill_value |
always_apply |
always_apply |
p |
p |
None
image
uint8, float32
| https://arxiv.org/abs/1708.04552 | https://github.com/uoguelph-mlrg/Cutout/blob/master/util/cutout.py | https://github.com/aleju/imgaug/blob/master/imgaug/augmenters/arithmetic.py
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.