pypi albumentations 1.2.0

latest releases: 1.4.15, 1.4.14, 1.4.13...
2 years ago

New augmentations

New augmentations

New augmentations:

  • A.UnsharpMask. This transform sharpens the input image using Unsharp Masking processing and overlays the result with the original image. (#1063 by @zakajd)
  • A.RingingOvershoot. This transform creates ringing or overshoot artifacts by convolving the image with a 2D sinc filter. (#1064 by @zakajd)
  • A.AdvancedBlur. This transform blurs the input image using a Generalized Normal filter with randomly selected parameters. It also adds multiplicative noise to generated kernel before convolution. (#1066 by @zakajd)
  • A.PixelDropout. This transformation randomly replaces pixels with the passed value. (#1082 by @Dipet)

Bugfixes

Minor changes:

Don't miss a new albumentations release

NewReleases is sending notifications on new releases.