ImageProcessingSettings Class

Represents image preprocessing settings used by image augmentation.

Inheritance
ImageProcessingSettings

Constructor

ImageProcessingSettings(*, augmentation_methods=None, **kwargs)

Parameters

augmentation_methods
dict[str, bool]
Required

Gets or sets enabled image transforms. The key corresponds to the transform name. If value is set to true, then correspondent transform is enabled. Otherwise this transform will not be used. Augmentation will be uniformly distributed among enabled transforms.