albumentationsRepository32/100 via “gpu-accelerated 2d image augmentation with composition chains”
Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Albumentations offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks, keypoints) data, with optimized performance and seamless
Unique: Uses a declarative Compose API with per-transform probability and parameter ranges, combined with optimized C++ backends via OpenCV bindings, enabling 10-100x faster augmentation than pure Python implementations while maintaining code readability
vs others: Faster than torchvision.transforms for CPU augmentation and more flexible than imgaug for parameter randomization; supports 3D volumetric data unlike most competitors