CoarseDropout of the rectangular regions in the image.
icevision_CoarseDropout(
max_holes = 8,
max_height = 8,
max_width = 8,
min_holes = NULL,
min_height = NULL,
min_width = NULL,
fill_value = 0,
mask_fill_value = NULL,
always_apply = FALSE,
p = 0.5
)
max_holes
max_height
max_width
min_holes
min_height
min_width
fill_value
mask_fill_value
always_apply
p
None
image, mask
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