awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesAugmentation Pipelines

Sequential processing chains that apply randomized image transformations to training data.

Distinct from Plugin-Based Transformation Pipelines: Distinct from generic software pipelines; specifically handles stochastic image augmentation sequences for ML.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Augmentation Pipelines. Refine with filters or upvote what's useful.

Awesome Augmentation Pipelines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • albumentations-team/albumentationsالصورة الرمزية لـ albumentations-team

    albumentations-team/albumentations

    15,308عرض على 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

    Implements composition-based pipelines to apply randomized sequences of image transformations.

    Python
    عرض على GitHub↗15,308
  • kornia/korniaالصورة الرمزية لـ kornia

    kornia/kornia

    11,238عرض على GitHub↗

    Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision operations as differentiable tensors to enable integration into deep learning pipelines and supports the transpilation of operations across PyTorch, TensorFlow, JAX, and NumPy. The project provides specialized toolsets for geometric vision and stereo depth, including algorithms for 3D scene reconstruction, camera calibration, and pose estimation. It further distinguishes itself as a differentiable image augmentation framework, applying random geometric and color transformations w

    Creates sequences of random geometric transformations and noise injection to increase dataset diversity for training.

    Pythonartificial-intelligencecomputer-visiondeep-learning
    عرض على GitHub↗11,238
  • facebookresearch/dinoالصورة الرمزية لـ facebookresearch

    facebookresearch/dino

    7,592عرض على GitHub↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Ships sequential processing pipelines for stochastic image augmentations including Gaussian blur and solarization.

    Python
    عرض على GitHub↗7,592
  • open-mmlab/mmposeالصورة الرمزية لـ open-mmlab

    open-mmlab/mmpose

    7,374عرض على GitHub↗

    MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D keypoints on humans, animals, and faces. It serves as a computer vision model zoo and a framework for both 2D pose estimation and 3D pose lifting. The project is distinguished by its modular architecture and extensibility, employing a registry-based system and hierarchical configurations to allow for custom algorithm integration and model pipeline customization. It supports diverse estimation paradigms, including top-down, bottom-up, and two-stage pose lifting workflows. The

    Provides a sequential processing pipeline that applies randomized image transformations like GridMask to training data.

    Pythonanimal-pose-estimationbenchmarkcpm
    عرض على GitHub↗7,374
  • kuangliu/pytorch-cifarالصورة الرمزية لـ kuangliu

    kuangliu/pytorch-cifar

    6,360عرض على GitHub↗

    This is a PyTorch-based training pipeline designed for reproducible image classification benchmarking on the CIFAR-10 dataset. It integrates GPU-accelerated computation, data augmentation, learning rate scheduling, and checkpointing to produce consistent accuracy measurements across multiple ResNet architectures. The project distinguishes itself by providing a fixed-architecture benchmark suite that trains a predefined set of ResNet variants, from ResNet18 through ResNet152, on CIFAR-10. It implements a step-based learning rate decay schedule at predetermined epochs to stabilize convergence,

    Applies random horizontal flips and padded crops to CIFAR-10 training images to reduce overfitting.

    Pythonpytorch
    عرض على GitHub↗6,360
  • makcedward/nlpaugالصورة الرمزية لـ makcedward

    makcedward/nlpaug

    4,658عرض على GitHub↗

    nlpaug is a data augmentation library designed to generate synthetic text, audio, and spectrogram data to improve the robustness of machine learning models. It functions as a textual data synthesizer and an audio signal augmentor, providing specialized tools to expand datasets through various transformation methods. The project distinguishes itself through its ability to orchestrate complex workflows using a pipeline orchestrator, which allows multiple augmentation functions to be chained together sequentially or randomly. It supports sophisticated text synthesis via back-translation, context

    Provides a pipeline orchestrator to chain multiple augmentation functions sequentially or randomly for synthetic dataset generation.

    Jupyter Notebook
    عرض على GitHub↗4,658
  • lightly-ai/lightlyالصورة الرمزية لـ lightly-ai

    lightly-ai/lightly

    3,684عرض على GitHub↗

    Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,

    Generates stochastic image transformations to create positive pairs for self-supervised representation learning.

    Pythoncomputer-visioncontrastive-learningcontributions-welcome
    عرض على GitHub↗3,684
  • zhaoj9014/face.evolveالصورة الرمزية لـ ZhaoJ9014

    ZhaoJ9014/face.evoLVe

    3,586عرض على GitHub↗

    face.evoLVe is a deep learning library designed for the training and deployment of facial recognition models. It provides a comprehensive framework for converting facial images into numerical feature vectors, enabling identity verification and similarity analysis across large-scale datasets. The project facilitates the entire lifecycle of facial analysis, from dataset preparation and image standardization to distributed model training. It includes utilities for detecting facial landmarks and applying geometric transformations to ensure consistent input orientation, as well as data augmentatio

    Implements stochastic image augmentation sequences to improve model robustness during training.

    Pythonartificial-intelligencecomputer-visionconvolutional-neural-network
    عرض على GitHub↗3,586
  • fastai/course22الصورة الرمزية لـ fastai

    fastai/course22

    3,398عرض على GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Creates augmentation pipelines with flips, rotations, zooms, warps, and lighting changes at configurable probabilities.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    عرض على GitHub↗3,398
  1. Home
  2. Artificial Intelligence & ML
  3. Augmentation Pipelines