awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mdbloice avatar

mdbloice/Augmentor

0
View on GitHub↗
5,137 stars·873 forks·Python·MIT·21 viewsaugmentor.readthedocs.io/en/stable↗

Augmentor

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 distortions, perspective shifts via tilt and skew, rotation, shearing, and random region erasing.

The system includes capabilities for per-class processing strategies to address data imbalance and uses multi-threading to accelerate the parallel generation of augmented datasets. It also provides utilities for cleaning and standardizing raw image files during the preprocessing stage.

Features

  • Computer Vision Dataset Expansion - Increases training set size and diversity by generating multiple synthetic variations of images.
  • Image Augmentation - Applies geometric distortions and random erasures to images to improve vision model robustness.
  • Transform Sequence Assemblers - Implements sequences of transformations to generate augmented data from a single input image.
  • Image Data Preprocessing - Provides utilities to clean and standardize raw image files for use in machine learning processing pipelines.
  • Image Dataset Expansion Frameworks - Provides a framework to expand image datasets using synchronized transformations for images and masks.
  • ML Training Data Streamers - Streams augmented images and labels directly into training loops to avoid storing intermediate files.
  • On-the-Fly Training Transformations - Streams augmented images and labels directly into training loops to avoid writing intermediate files to disk.
  • Synchronized Label Augmentations - Applies identical geometric transformations to images and labels to maintain spatial alignment.
  • Image Augmentations - A Python library for generating synthetic image variations to increase training dataset diversity.
  • Training Sample Streaming - Streams augmented image batches and labels directly into neural network training loops.
  • Geometric Mask Synchronization - Ensures that spatial coordinates and rotation parameters are applied identically to both images and their label masks.
  • Class-Specific Augmentation Strategies - Allows defining unique processing pipelines for different object categories to handle data imbalances.
  • Per-Class Processing Configurations - Provides a configuration system for unique processing pipelines tailored to different object categories.
  • Computer Vision Preprocessing - Provides utilities for cleaning and standardizing raw image files to prepare them for training.
  • Region Erasers - Implements random region erasing to obscure portions of images, improving model robustness against occlusions.
  • Semantic Segmentation Training - Maintains spatial alignment between images and masks during transformations for pixel-level labeling.
  • Parallel Image Generation - Uses multi-threading to distribute image processing tasks across CPU cores for faster dataset generation.
  • Rotation and Shear transforms - Provides capabilities to rotate and shear images while cropping results to maintain consistent dimensions.
  • Coordinate-Based Spatial Distortions - Provides spatial distortions like tilt, skew, and elastic warping to simulate various camera perspectives.
  • Elastic Distortion Augmentations - Implements elastic distortions to create realistic image variations while preserving labels and aspect ratios.
  • Perspective Warping - Provides geometric transformations to alter image viewpoints and simulate different camera angles through tilt and skew.
  • Parallel Image Transformers - Uses multi-threading to accelerate the parallel generation and saving of augmented image datasets across CPU cores.
  • Computer Vision - Image augmentation library.
  • Data Wrangling - User-friendly tool for image augmentation in classification tasks.
  • Developer Tools - Python library for image augmentation in machine learning pipelines.

Star history

Star history chart for mdbloice/augmentorStar history chart for mdbloice/augmentor

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Augmentor

Similar open-source projects, ranked by how many features they share with Augmentor.
  • aleju/imgaugaleju avatar

    aleju/imgaug

    14,742View on GitHub↗

    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. The library ensures spatial consistency by synchronizing transformations across images and their associated annotations, such as bounding boxes, keypoints, and segmentation maps. It uses a compositional pipeline pattern to chain multiple augmentations into sequences and employs deterministic seed management to reproduce specific data samples. The

    Python
    View on GitHub↗14,742
  • albumentations-team/albumentationsalbumentations-team avatar

    albumentations-team/albumentations

    15,308View on GitHub↗

    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

    Python
    View on GitHub↗15,308
  • albu/albumentationsalbu avatar

    albu/albumentations

    15,308View on GitHub↗

    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

    Python
    View on GitHub↗15,308
  • facebookresearch/auglyfacebookresearch avatar

    facebookresearch/AugLy

    5,086View on GitHub↗

    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

    Python
    View on GitHub↗5,086
See all 30 alternatives to Augmentor→

Frequently asked questions

What does mdbloice/augmentor do?

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.

What are the main features of mdbloice/augmentor?

The main features of mdbloice/augmentor are: Computer Vision Dataset Expansion, Image Augmentation, Transform Sequence Assemblers, Image Data Preprocessing, Image Dataset Expansion Frameworks, ML Training Data Streamers, On-the-Fly Training Transformations, Synchronized Label Augmentations.

What are some open-source alternatives to mdbloice/augmentor?

Open-source alternatives to mdbloice/augmentor include: aleju/imgaug — imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides… 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… facebookresearch/augly — AugLy is a multimodal data augmentation library and machine learning dataset augmentor. It provides a system for… open-mmlab/mmsegmentation — MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable… open-mmlab/mmcv — mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing…