composer.algorithms.cutout#

Modules

composer.algorithms.cutout.cutout

Core CutOut classes and functions.

Cutout is a data augmentation technique that works by masking out one or more square regions of an input image.

See the Method Card for more details.

Functions

cutout_batch

See CutOut.

Classes

CutOut

Cutout is a data augmentation technique that works by masking out one or more square regions of an input image.