What types of image mutations are available in the `augmentations` parameter?

4 vues

Réponse

Within each `augmentations` block, you can specify a `mutations` list. Available mutations include geometric transformations like `horizontalFlip`, `verticalFlip`, `rotateLeft`, and `rotateRight`, as well as appearance modifications such as `colorJittering`, `colorShifting`, `darken`, `lighten`, `sharpen`, and `invertPixels`.
Did this answer help you?
augmentImages

image

See technical action