- Support Our Work
- Core
- Bug fixes and speedups
Support Our Work
- 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.
- Show Your Support - If you enjoy using Albumentations, consider giving us a ⭐ on GitHub. It helps others discover the library and motivates our team.
- 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
Extended the functionality of the strict
parameter in Compose.
Now, if strict=True
and you pass incorrect arguments to transforms in Compose => will get error.
if strict=False
you will get only a warning
There was a lot of deprecation in the last year. It may happen that your augmentation pipeline does not behave as expected, as parameters that use in transforms are ignores, and default values are used instead.
Bug fixes and speedups
- Bugfix in filtering of bounding boxes based on aspect ratio by @CristoJV
- Speedup In SaltAndPepper
- Speedup in AutoContrast
- Speedup in Illumination Illumination
- Speedup in ElasticTransform
- Speedup in RandomRain
- Bugfix in passing int
np.array
as labels in BboxParams