awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·12 vuesaugmentor.readthedocs.io/en/stable↗

Augmentor

Augmentor est une bibliothèque et un framework Python d'augmentation d'images conçus pour étendre les jeux de données de machine learning. Il fonctionne comme un outil de prétraitement qui génère des variations d'images synthétiques pour accroître la diversité des données et comme un streamer de données d'entraînement qui alimente les boucles de réseaux de neurones avec des images et étiquettes augmentées sans nécessiter de stockage disque intermédiaire.

Le framework maintient l'alignement spatial entre les images et leurs masques correspondants, ce qui est requis pour l'entraînement à la segmentation sémantique. Il prend en charge diverses transformations géométriques et au niveau des pixels, incluant les distorsions élastiques, les changements de perspective via inclinaison et déformation, la rotation, le cisaillement et l'effacement aléatoire de régions.

Le système inclut des capacités de stratégies de traitement par classe pour remédier au déséquilibre des données et utilise le multi-threading pour accélérer la génération parallèle de jeux de données augmentés. Il fournit également des utilitaires pour nettoyer et standardiser les fichiers images bruts lors de l'étape de prétraitement.

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.
  • Vision par ordinateur - Image augmentation library.
  • Data Wrangling - User-friendly tool for image augmentation in classification tasks.
  • Outils de développement - Python library for image augmentation in machine learning pipelines.

Historique des stars

Graphique de l'historique des stars pour mdbloice/augmentorGraphique de l'historique des stars pour mdbloice/augmentor

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Augmentor

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Augmentor.
  • aleju/imgaugAvatar de aleju

    aleju/imgaug

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

    albumentations-team/albumentations

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

    albu/albumentations

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

    facebookresearch/AugLy

    5,086Voir sur 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
    Voir sur GitHub↗5,086
Voir les 30 alternatives à Augmentor→

Questions fréquentes

Que fait mdbloice/augmentor ?

Augmentor est une bibliothèque et un framework Python d'augmentation d'images conçus pour étendre les jeux de données de machine learning. Il fonctionne comme un outil de prétraitement qui génère des variations d'images synthétiques pour accroître la diversité des données et comme un streamer de données d'entraînement qui alimente les boucles de réseaux de neurones avec des images et étiquettes augmentées sans nécessiter de stockage disque intermédiaire.

Quelles sont les fonctionnalités principales de mdbloice/augmentor ?

Les fonctionnalités principales de mdbloice/augmentor sont : 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.

Quelles sont les alternatives open-source à mdbloice/augmentor ?

Les alternatives open-source à mdbloice/augmentor incluent : 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…