awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
open-mmlab avatar

open-mmlab/mmsegmentation

0
View on GitHub↗
9,860 स्टार्स·2,847 फोर्क्स·Python·Apache-2.0·4 व्यूज़mmsegmentation.readthedocs.io/en/main↗

Mmsegmentation

MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testing, and inference loops, with hook-based lifecycle extension for attaching user-defined logic at specific events.

The toolbox distinguishes itself through its extensibility and breadth of capabilities. It supports open-vocabulary segmentation, allowing arbitrary text queries to be mapped to pixel labels by combining vision-language models with segmentation decoders. It also integrates monocular depth estimation as a first-class capability, adding depth prediction heads to segmentation backbones within the same architecture. The framework provides a standardized benchmark suite for comparing algorithms across multiple datasets and metrics, and includes a complete dataset management system that handles format conversion, folder structure organization, multi-dataset mixing, and even direct dataset downloads.

Beyond its core segmentation functionality, MMSegmentation offers deep customization at every level of the pipeline. Users can extend the framework with custom backbones, decode heads, loss functions, optimizers, data transforms, evaluation metrics, and training hooks, all through a consistent registry pattern. The toolbox manages the entire data lifecycle from raw annotation conversion through preprocessing pipeline assembly, and supports model conversion for production deployment with API-based serving. Training and evaluation are controlled through configurable loop configurations, with checkpoint resumption, real-time progress monitoring, and result visualization built in.

Features

  • PyTorch Semantic Segmentation Libraries - A deep learning toolkit built on PyTorch for building and customizing segmentation architectures with interchangeable backbones and heads.
  • Segmentation Model Training - Trains semantic segmentation models on custom datasets using a unified pipeline with configurable backbones, decoders, and loss functions.
  • Custom Pipeline Assemblers - Constructs tailored segmentation workflows by plugging together interchangeable components for backbone, head, and data processing.
  • Segmentation Model Testing - Evaluates a trained segmentation model against a test dataset and reports standard performance metrics.

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI
  • Semantic Segmentation Training - Trains semantic segmentation models on custom datasets with configurable backbones, decoders, and loss functions.
  • Custom Segmentor Implementations - Enables creating new segmentation algorithms by subclassing base segmentors and overriding core methods.
  • Segmentation Architecture Extensions - Extends segmentation architectures with custom backbones, decode heads, loss functions, or full segmentors.
  • Unified Runner Interfaces - Controls training, testing, and inference loops through a single runner abstraction that manages lifecycle events and checkpointing.
  • Model Architectures - Adds new neural network modules like backbones, decoders, or heads by implementing a single class and registering it.
  • Model Performance Evaluators - Computes standard segmentation metrics such as mIoU and accuracy on a test dataset to quantify model quality.
  • Training Lifecycle Hooks - Provides hook-based lifecycle extension for executing custom logic at specific training loop events.
  • Segmentation Metrics - Computes segmentation performance metrics like mIoU by iterating over test batches and aggregating per-pixel predictions through a metric registry.
  • Image Segmentation Dataset Pipelines - Converts raw image annotations into standardized label maps and assembles preprocessing pipelines for segmentation model training.
  • Training Loop Schedulers - Controls the iteration logic for training, validation, and testing with separate loop configurations.
  • Image Segmentation Benchmarks - Benchmarks segmentation models against standard datasets and metrics to measure accuracy and compare methods.
  • Model Evaluation and Benchmarking - Provides a standardized benchmark suite for comparing semantic segmentation algorithms across multiple datasets and metrics.
  • Toolkits - An open-source framework for training, evaluating, and deploying semantic segmentation models with modular components.
  • Segmentation Dataset Conversions - Transforms raw annotations into standardized label maps through a configurable sequence of data transforms and folder structure conventions.
  • Segmentation Pipeline Assemblers - Constructs tailored segmentation workflows by plugging together interchangeable components for backbone, head, and data processing.
  • Configuration-Driven Assembly - Assembles training, evaluation, and inference workflows by parsing hierarchical configuration files that wire together registered components.
  • Model Component Extensions - Replaces or extends individual modules such as backbones, heads, or losses to create a tailored architecture.
  • Training Lifecycle Hooks - Extends the training loop by attaching user-defined hooks that execute at specific events such as epoch start, batch end, or checkpoint save.
  • ML - Registers neural network modules, optimizers, datasets, and metrics via a centralized registry pattern for plug-and-play composition.
  • Custom Backbone Registrations - Registers a new backbone network by subclassing a base module and declaring it in the model registry.
  • Segmentation Head Registrations - Creates a new segmentation head by subclassing the base decode head and registering it for use in model configs.
  • Monocular Depth Estimators - Predicts a per-pixel depth map from one monocular image using dedicated depth estimation models.
  • Depth Estimation - Adds monocular depth prediction capability by attaching a specialized decode head to the segmentation backbone within the same model architecture.
  • Segmentation-Based Depth Estimators - Integrates monocular depth prediction as a first-class capability by adding depth prediction heads to segmentation backbones.
  • Language-Based Segmentation - Maps arbitrary text queries to pixel labels by combining a vision-language model with the segmentation decoder for flexible category inference.
  • Custom Data Transform Extensions - Builds a custom data preprocessor that copies data to the target device and transforms it into model input format.
  • Pretrained Model Snapshots - Runs pretrained segmentation models on new images to produce pixel-level class predictions without training.
  • Transform Sequence Assemblers - Assembles sequences of transforms for loading, augmenting, and packing image and annotation data.
  • Data Loaders - Configures batch size, worker count, sampler type, and dataset separately for training, validation, and testing.
  • Dataset Preparation Utilities - Converts raw image and annotation data into the expected format for training or evaluation pipelines.
  • Dataset Registration Systems - Registers new dataset classes for use in training and evaluation pipelines through a centralized registry.
  • Image Data Preprocessing - Configures pixel normalization, padding, and color channel conversion for input images and segmentation maps.
  • Multi-Source Dataset Integration - Combines, repeats, or interleaves several datasets during training to increase data diversity.
  • Loss Function Customization - Defines a new loss by implementing a weighted loss function and registering it as a module in the model registry.
  • Training Runtime Configurations - Adjusts training hyperparameters, optimizer configuration, learning rate schedules, and logging via config files.
  • Training Runtime Hook Configurations - Configures built-in hooks for checkpoint saving, logging, parameter scheduling, and visualization during training.
  • Checkpoint Resume - Continues training from a saved checkpoint, either from a specific file or the latest in the work directory.
  • Open-Vocabulary Segmentation - Labels image regions using arbitrary text descriptions instead of a fixed set of predefined categories.
  • Custom Optimizer Constructors - Provides a factory pattern for assembling optimizers with per-layer learning rates and weight decay settings.
  • Custom Optimizer Registrations - Ships a registry pattern for adding custom optimizers alongside built-in options in training configs.
  • Unified Optimization Wrappers - Provides a unified wrapper for configuring optimizer, gradient clipping, learning rate schedules, and warmup.
  • Ground Truth Comparisons - Generates side-by-side comparisons of input images, ground truth, and model predictions for inspection.
  • Custom Metric Implementations - Allows users to create new evaluation metrics by subclassing a base metric class and implementing custom computation logic.
  • Training Dataset Preparation - Organizes raw images and annotation files into required directory structure with training/validation splits.
  • Training Progress Monitors - Tracks loss, accuracy, and other metrics during training and displays them in real-time dashboards.
  • Segmentation Benchmarks - Provides a standardized benchmark suite for comparing semantic segmentation algorithms across multiple datasets and metrics.
  • Annotation Format Converters - Transforms raw dataset annotations into the expected label format for training and evaluation.
  • Training CLIs - Starts a model training run using a unified runner interface with simplified command-line arguments.
  • Model Evaluation Launches - Runs model evaluation with a streamlined set of command-line arguments for metrics and augmentation.
  • कंप्यूटर विज़न - Toolbox and benchmark for semantic segmentation.
  • Geospatial Machine Learning - Offers a toolbox for semantic segmentation tasks.
  • Segmentation Tools and Utilities - Comprehensive segmentation toolbox in PyTorch.
  • Semantic Segmentation - Open-source toolbox for semantic segmentation.
  • स्टार हिस्ट्री

    open-mmlab/mmsegmentation के लिए स्टार हिस्ट्री चार्टopen-mmlab/mmsegmentation के लिए स्टार हिस्ट्री चार्ट

    Mmsegmentation के ओपन-सोर्स विकल्प

    समान ओपन-सोर्स प्रोजेक्ट्स, जो Mmsegmentation के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
    • open-mmlab/mmdetectionopen-mmlab का अवतार

      open-mmlab/mmdetection

      32,756GitHub पर देखें↗

      This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

      Pythoncascade-rcnnconvnextdetr
      GitHub पर देखें↗32,756
    • leejunhyun/image_segmentationLeeJunHyun का अवतार

      LeeJunHyun/Image_Segmentation

      3,063GitHub पर देखें↗

      This project is a biomedical image segmentation framework and PyTorch computer vision library. It provides a deep learning pipeline for isolating specific anatomical structures within medical imagery using pixel-level binary classification. The system utilizes an encoder-decoder neural architecture combined with attention-based feature refinement to highlight relevant anatomical regions and suppress background noise. The toolkit covers a full training workflow, including stochastic data augmentation for biomedical datasets, hyperparameter optimization, and model persistence for restoring pre

      Python
      GitHub पर देखें↗3,063
    • fastai/course22fastai का अवतार

      fastai/course22

      3,398GitHub पर देखें↗

      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

      Jupyter Notebookdeep-learningfastaijupyter-notebooks
      GitHub पर देखें↗3,398
    • open-mmlab/mmpretrainopen-mmlab का अवतार

      open-mmlab/mmpretrain

      3,842GitHub पर देखें↗

      mmpretrain is a modular PyTorch computer vision framework designed for developing, training, and benchmarking deep learning architectures. It serves as a comprehensive toolkit for vision tasks, providing a specialized platform for multimodal machine learning and self-supervised learning. The project features a computer vision model zoo containing architectural definitions and pre-trained weights for backbones such as ViT, ConvNeXt, and Swin Transformer. It distinguishes itself through a dedicated self-supervised learning toolkit that implements algorithms like MAE and DINO to train models wit

      Pythonbeitclipconstrastive-learning
      GitHub पर देखें↗3,842
    Mmsegmentation के सभी 30 विकल्प देखें→

    अक्सर पूछे जाने वाले प्रश्न

    open-mmlab/mmsegmentation क्या करता है?

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and…

    open-mmlab/mmsegmentation की मुख्य विशेषताएं क्या हैं?

    open-mmlab/mmsegmentation की मुख्य विशेषताएं हैं: PyTorch Semantic Segmentation Libraries, Segmentation Model Training, Custom Pipeline Assemblers, Segmentation Model Testing, Semantic Segmentation Training, Custom Segmentor Implementations, Segmentation Architecture Extensions, Unified Runner Interfaces।

    open-mmlab/mmsegmentation के कुछ ओपन-सोर्स विकल्प क्या हैं?

    open-mmlab/mmsegmentation के ओपन-सोर्स विकल्पों में शामिल हैं: open-mmlab/mmdetection — This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for… leejunhyun/image_segmentation — This project is a biomedical image segmentation framework and PyTorch computer vision library. It provides a deep… fastai/course22 — This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It… open-mmlab/mmpretrain — mmpretrain is a modular PyTorch computer vision framework designed for developing, training, and benchmarking deep… facebookresearch/mmf — MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a… open-mmlab/mmdetection3d — MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting…