Skip to content

Albumentations 2.0.1 Release Notes

Compare
Choose a tag to compare
@ternaus ternaus released this 23 Jan 22:21
· 24 commits to main since this release
6bc38b8
  • Support Our Work
  • Core
  • Bugfixes and speedups

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 parameter filter_invalid_bboxes to BboxParams.

If True, filters out invalid bounding boxes (e.g., boxes with negative dimensions or boxes where x_max < x_min or y_max < y_min at the beginning of the pipeline. If clip=True, filtering is applied after clipping. Default: False.

Bugfixes and speedups: