Skip to content

AugLy v0.1.10

Choose a tag to compare

@zpapakipos zpapakipos released this 18 Oct 20:48
· 268 commits to main since this release

Changes

Image

  • Added bounding box support to all augmentations
  • Images are now returned in the same format they were passed into all augmentations (except convert_color)

Text

  • New augmentations: swap_gendered_words, merge_words, change_case, contractions
  • Allow for kwarg overriding in __call__() for all augmentations
  • Exposed typo_type param in simulate_typos aug
  • Added ignore_words param to replace_words & swap_gendered_words

Video

  • New augmentation: augment_audio

Other

  • Enforce black formatting