github albumentations-team/albumentations 1.4.18
Albumentations 1.4.18 Release Notes

11 hours ago
  • Support Our Work
  • Transforms
  • Core
  • Deprecations
  • Bugfixes

Support Our Work

  1. Love the library? You can contribute to its development by becoming a sponsor for the library. Your support is invaluable, and every contribution makes a difference.
  2. Haven't starred our repo yet? Show your support with a ⭐! It's just only one mouse click away.
  3. Got ideas or facing issues? We'd love to hear from you. Share your thoughts in our issues or join the conversation on our Discord server

Transforms

GridDistortion

Screenshot 2024-10-08 at 15 06 03

Added support for keypoints

GridDropout

Screenshot 2024-10-08 at 15 08 04

Added support for keypoints and bounding boxes

GridElasticDeform

Screenshot 2024-10-08 at 15 10 24

Added support for keypoints and bounding boxes

MaskDropout

Screenshot 2024-10-08 at 15 11 53

Added support for keypoints and bounding boxes

Morphological

Screenshot 2024-10-08 at 15 13 36

Added support for bounding boxes and keypoints

OpticalDistortion

Screenshot 2024-10-08 at 15 18 23

Added support for keypoints

PixelDropout

Screenshot 2024-10-08 at 15 19 46

Added support for keypoints and bonding boxes

XYMasking

Screenshot 2024-10-08 at 15 21 52

Added support for bounding boxes and keypoints

Core

Added support for masks as numpy arrays of the shape (num_masks, height, width)

Now you can apply transforms to masks as:

masks = <numpy array with shape (num_masks, height, width)>

transform(image=image, masks=masks)

Deprecations

Removed MixUp as it was doing almost exactly the same as TemplateTransform

Bugfixes

  • Bugfix in RandomFog
  • Bugfix in PlankianJitter
  • Several people reported issue with masks as list of numpy arrays, I guess it was fixed as a part of some other work as I cannot reproduce it. Just in case added tests for that case.

Don't miss a new albumentations release

NewReleases is sending notifications on new releases.