github albumentations-team/albumentations 1.4.24
Albumentations 1.4.24 Release Notes

one day ago
  • Support Our Work
  • Core
  • Transforms
  • Bugfixes

Support Our Work

  1. Help Us Grow - If you find value in Albumentations, consider becoming a sponsor. Every contribution, no matter the size, helps us maintain and improve the library for everyone.
  2. Show Your Support - If you enjoy using Albumentations, consider giving us a ⭐ on GitHub. It helps others discover the library and motivates our team.
  3. Join Our Community - Have suggestions or ran into issues? We welcome your input! Share your experience in our GitHub issues or connect with us on Discord.

Core

  • Added new keypoints format xyz for ImageOnly and Dual transforms (z coordinate stays unchanged)

Transforms

New transform AtLeastOneBBoxRandomCrop

Crop an area from image while ensuring at least one bounding box is present in the crop.

by @guillaume-rochette-oxb

Improvements

  • SmallestMaxSize: Added option for separate max_size for height/width
  • LongestMaxSize: Added option for separate max_size for height/width
  • Added keypoints support to: CenterCrop3D, CoarseDropout3D, CubicSymmetry, Pad3D, PadIfNeeded3D, RandomCrop3D (by @ternaus)

Bugfixes

  • Do not import eval-type-backport for python 3.10 and older. by @PerchunPak
  • Bugfix in ToTensorV2 by @matejpekar

Don't miss a new albumentations release

NewReleases is sending notifications on new releases.