Skip to content

Augmentation¤

Status: Supported runtime extension owner

Module: artifex.generative_models.extensions.vision.augmentation

Source: src/artifex/generative_models/extensions/vision/augmentation.py

Image augmentation helpers for the vision extension family.

Top-Level Module Exports¤

  • AdvancedImageAugmentation

Class APIs¤

AdvancedImageAugmentation¤

  • augment()
  • apply_horizontal_flip()
  • apply_vertical_flip()
  • apply_cutout()
  • create_augmentation_sequence()