ImageProcessingSettings Class
Represents image preprocessing settings used by image augmentation.
- Inheritance
-
ImageProcessingSettings
Constructor
ImageProcessingSettings(*, augmentation_methods=None, **kwargs)
Parameters
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.
Feedback
Submit and view feedback for