github albumentations-team/albumentations 1.4.17
Albumentations 1.4.17 Release Notes

17 hours ago
  • Support Our Work
  • Transforms
  • Core

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

CoarseDropout

  1. Added Bounding Box support
  2. remove_invisible=False keeps keypoints
Screenshot 2024-09-30 at 15 25 53

by @ternaus

ElasticTransform

Added support for keypoints

Screenshot 2024-09-30 at 15 29 36

by @ternaus

Core

Added RandomOrder Compose

Select N transforms to apply. Selected transforms will be called in random order with force_apply=True. 
Transforms probabilities will be normalized to one 1, so in this case transforms probabilities works as weights. 
This transform is like SomeOf, but transforms are called with random order. 
It will not replay random order in ReplayCompose.

Don't miss a new albumentations release

NewReleases is sending notifications on new releases.