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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mdbloice avatar

mdbloice/Augmentor

0
View on GitHub↗
5,137 estrellas·873 forks·Python·MIT·12 vistasaugmentor.readthedocs.io/en/stable↗

Augmentor

Augmentor es una librería y framework de aumento de imágenes en Python diseñado para expandir datasets de machine learning. Funciona como una herramienta de preprocesamiento que genera variaciones sintéticas de imágenes para aumentar la diversidad de datos y como un streamer de datos de entrenamiento que alimenta imágenes y etiquetas aumentadas directamente en bucles de redes neuronales sin requerir almacenamiento intermedio en disco.

El framework mantiene la alineación espacial entre las imágenes y sus máscaras correspondientes, lo cual es necesario para el entrenamiento de segmentación semántica. Soporta varias transformaciones geométricas y a nivel de píxel, incluyendo distorsiones elásticas, cambios de perspectiva mediante inclinación y sesgo, rotación, cizallamiento y borrado aleatorio de regiones.

El sistema incluye capacidades para estrategias de procesamiento por clase para abordar el desequilibrio de datos y utiliza multi-threading para acelerar la generación paralela de datasets aumentados. También proporciona utilidades para limpiar y estandarizar archivos de imagen crudos durante la etapa de preprocesamiento.

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.
  • Visión artificial - Image augmentation library.
  • Data Wrangling - User-friendly tool for image augmentation in classification tasks.
  • Herramientas de desarrollo - Python library for image augmentation in machine learning pipelines.

Historial de estrellas

Gráfico del historial de estrellas de mdbloice/augmentorGráfico del historial de estrellas de mdbloice/augmentor

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Augmentor

Proyectos open-source similares, clasificados según cuántas características comparten con Augmentor.
  • aleju/imgaugAvatar de aleju

    aleju/imgaug

    14,742Ver en 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
    Ver en GitHub↗14,742
  • albumentations-team/albumentationsAvatar de albumentations-team

    albumentations-team/albumentations

    15,308Ver en 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
    Ver en GitHub↗15,308
  • albu/albumentationsAvatar de albu

    albu/albumentations

    15,308Ver en 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
    Ver en GitHub↗15,308
  • facebookresearch/auglyAvatar de facebookresearch

    facebookresearch/AugLy

    5,086Ver en 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
    Ver en GitHub↗5,086
Ver las 30 alternativas a Augmentor→

Preguntas frecuentes

¿Qué hace mdbloice/augmentor?

Augmentor es una librería y framework de aumento de imágenes en Python diseñado para expandir datasets de machine learning. Funciona como una herramienta de preprocesamiento que genera variaciones sintéticas de imágenes para aumentar la diversidad de datos y como un streamer de datos de entrenamiento que alimenta imágenes y etiquetas aumentadas directamente en bucles de redes neuronales sin requerir almacenamiento intermedio en disco.

¿Cuáles son las características principales de mdbloice/augmentor?

Las características principales de mdbloice/augmentor son: 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.

¿Qué alternativas de código abierto existen para mdbloice/augmentor?

Las alternativas de código abierto para mdbloice/augmentor incluyen: 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…