π 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:
β¦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