Albumentations Changelog+

Archives
February 20, 2026

πŸš€ AlbumentationsX 2.0.17 β€” Native Oriented Bounding Boxes (OBB)

Hi everyone,

AlbumentationsX 2.0.17 introduces a major feature:

πŸš€ Native Oriented Bounding Box (OBB) Support

AlbumentationsX now supports both:

  • HBB β€” horizontal (axis-aligned) bounding boxes

  • OBB β€” oriented (rotated) bounding boxes

This means augmentation pipelines are now fully consistent for rotated object detection tasks such as:

  • Aerial imagery

  • Scene text detection

  • Industrial inspection

  • Autonomous driving

No hacks. No post-processing fixes. No geometry mismatches.

βœ”οΈ OBB Support Across 40+ Transforms

OBB is now supported in a wide range of spatial and geometric transforms, including:

  • Affine

  • Rotate

  • ShiftScaleRotate

  • Perspective

  • ElasticTransform

  • GridDistortion

  • SmallestMaxSize

  • Resize

  • RandomCrop

  • Mosaic

  • HorizontalFlip

  • VerticalFlip

  • RandomRotate90

…and many more.

Every transform can be explored interactively here:
https://explore.albumentations.ai

🧭 New Bounding Box Format: cxcywh (unnormalized)

We also added support for a new bounding box format:

cxcywh (unnormalized pixel coordinates)

This format:

  • Matches YOLO layout

  • Uses pixel coordinates

  • Is not normalized

  • Works naturally in center-based detection workflows

No more manual conversion when working with rotated detection pipelines.


πŸ“˜ Example Notebook

We prepared a full example demonstrating OBB + affine transforms on aerial boat imagery:

Documentation

Comprehensive documentation for the Albumentations library

This notebook shows how rotated boxes behave under geometric transformations β€” and why proper OBB handling matters.

πŸ”Ž Full Release Notes

Complete technical details, full transform list, and implementation notes:

Release πŸ›  Albumentations 2.0.17 Release Notes Β· albumentations-team/AlbumentationsX Β· GitHub

πŸ“¦ AlbumentationsX 2.0.17 πŸš€ Major Feature: Oriented Bounding Boxes (OBB) Support This release introduces native Oriented Bounding Box (OBB) support across a wide range of transforms. AlbumentationsX...


Why This Matters

Rotated object detection is becoming standard in:

  • Aerial and satellite imagery

  • OCR and scene text

  • Industrial QA

  • Robotics and autonomy

Without correct OBB handling, augmentations silently introduce label errors.

With AlbumentationsX 2.0.17, rotated detection pipelines become first-class citizens.


As always, thank you for building with Albumentations.

More updates coming soon.

Vladimir
Founder and CEO of Albumentations.AI

Don't miss what's next. Subscribe to Albumentations Changelog+:
Powered by Buttondown, the easiest way to start and grow your newsletter.