Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc
Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for deep learning models. It provides a collection of transformations that modify pixel values and spatial geometry to increase the diversity of training samples and improve model generalization. The library supports both 2D image augmentation and 3D volumetric data augmentation. It handles a variety of labels alongside images, ensuring that bounding boxes, keypoints, and segmentation masks remain accurately aligned when spatial transformations are applied. The tool incorporates
Augmentor is a Python image augmentation library and framework designed to expand machine learning datasets. It functions as a preprocessing tool that generates synthetic image variations to increase data diversity and as a training data streamer that feeds augmented images and labels directly into neural network loops without requiring intermediate disk storage. The framework maintains spatial alignment between images and their corresponding masks, which is required for semantic segmentation training. It supports various geometric and pixel-level transformations, including elastic distortion
AugLy is a multimodal data augmentation library and machine learning dataset augmentor. It provides a system for generating synthetic variations of training data across audio, image, text, and video datasets to increase sample diversity and improve model robustness. The library functions as a multimedia noise simulator, specifically designed to mimic real-world user captures by overlaying social media templates and internet artifacts onto media. It includes a data provenance tracker to record the specific transformations and intensity levels applied to each piece of augmented data. The tool
imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides tools to increase the volume and variety of training sets by applying random geometric, color, and noise transformations to images.
Les fonctionnalités principales de aleju/imgaug sont : Computer Vision Dataset Expansion, Spatial Coordinate Synchronization, Image Augmentation, Augmentation, Synthetic Dataset Generators, Machine Learning Data Augmentation, Synchronized Label Augmentations, Annotation Alignment.
Les alternatives open-source à aleju/imgaug incluent : albumentations-team/albumentations — Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep… albu/albumentations — Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for… mdbloice/augmentor — Augmentor is a Python image augmentation library and framework designed to expand machine learning datasets. It… facebookresearch/augly — AugLy is a multimodal data augmentation library and machine learning dataset augmentor. It provides a system for… libvips/libvips — Libvips is a C-based image processing library designed to manipulate large visual assets through a low-memory,… lightly-ai/lightly — Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image…