Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
M

mmsegmentation

> 数据库
Open source

OpenMMLab Semantic Segmentation Toolbox and Benchmark.

9.9K stars0 likes0 views
WebsiteGitHub

About

OpenMMLab Semantic Segmentation Toolbox and Benchmark.

Documentation: English | [简体中文](README_zh-CN.md) ## Introduction MMSegmentation is an open source semantic segmentation toolbox based on PyTorch. It is a part of the OpenMMLab project. The [main](https://github.com/open-mmlab/mmsegmentation/tree/main) branch works with PyTorch 1.6+. ### Introducing MMSegmentation v1.0.0 We are thrilled to announce the official release of MMSegmentation's latest version! For this new release, the [main](https://github.com/open-mmlab/mmsegmentation/tree/main) branch serves as the primary branch, while the development branch is [dev-1.x](https://github.com/open-mmlab/mmsegmentation/tree/dev-1.x). The stable branch for the previous release remains as the [0.x](https://github.com/open-mmlab/mmsegmentation/tree/0.x) branch. Please note that the [master](https://github.com/open-mmlab/mmsegmentation/tree/master) branch will only be maintained for a limited time before being removed. We encourage you to be mindful of branch selection and updates during use. Thank you for your unwavering support and enthusiasm, and let's work together to make MMSegmentation even more robust and powerful! MMSegmentation v1.x brings remarkable improvements over the 0.x release, offering a more flexible and feature-packed experience. To utilize the new features in v1.x, we kindly invite you to consult our detailed [ migration guide](https://mmsegmentation.readthedocs.io/en/latest/migration/interface.html), which will help you seamlessly transition your projects. Your support is invaluable, and we eagerly await your feedback! ### Major features - **Unified Benchmark** We provide a unified benchmark toolbox for various semantic segmentation methods. - **Modular Design** We decompose the semantic segmentation framework into different components and one can easily construct a customized semantic segmentation framework by combining different modules. - **Support of multiple methods out of box** The toolbox directly supports popular and contemporary semantic segmentation frameworks, *e.g.* PSPNet, DeepLabV3, PSANet, DeepLabV3+, etc. - **High efficiency** The training speed is faster than or comparable to other codebases. ## What's New v1.2.0 was released on 10/12/2023, from 1.1.0 to 1.2.0, we have added or updated the following features: ### Highlights - Support for the open-vocabulary semantic segmentation algorithm [SAN](configs/san/README.md) - Support monocular depth estimation task, please refer to [VPD](configs/vpd/README.md) and [Adabins](projects/Adabins/README.md) for more details. - Add new projects: open-vocabulary semantic segmentation algorithm [CAT-Seg](projects/CAT-Seg/README.md), real-time semantic segmentation algofithm [PP-MobileSeg](projects/pp_mobileseg/README.md) ## Installation Please refer to [get_started.md](docs/en/get_started.md#installation) for installation and [dataset_prepare.md](docs/en/user_guides/2_dataset_prepare.md#prepare-datasets) for dataset preparation. ## Get Started Please see [Overview](docs/en/overview.md) for the general introduction of MMSegmentation. Please see [user guides](https://mmsegmentation.readthedocs.io/en/latest/user_guides/index.html#) for the basic usage of MMSegmentation. There are also [advanced tutorials](https://mmsegmentation.readthedocs.io/en/latest/advanced_guides/index.html) for in-depth understanding of mmseg design and implementation . A Colab tutorial is also provided. You may preview the notebook [here](demo/MMSegmentation_Tutorial.ipynb) or directly [run](https://colab.research.google.com/github/open-mmlab/mmsegmentation/blob/main/demo/MMSegmentation_Tutorial.ipynb) on Colab. To migrate from MMSegmentation 0.x, please refer to [migration](docs/en/migration). ## Tutorial
Get Started MMSeg Basic Tutorial MMSeg Detail Tutorial MMSeg Development Tutorial
  • MMSeg overview
  • MMSeg Installation
  • FAQ
  • Tutorial 1: Learn about Configs
  • Tutorial 2: Prepare datasets
  • Tutorial 3: Inference with existing models
  • Tutorial 4: Train and test with existing models
  • Tutorial 5: Model deployment
  • Deploy mmsegmentation on Jetson platform
  • Useful Tools
  • Feature Map Visualization
  • Visualization
  • MMSeg Dataset
  • MMSeg Models
  • MMSeg Dataset Structures
  • MMSeg Data Transforms
  • MMSeg Dataflow
  • MMSeg Training Engine
  • MMSeg Evaluation
  • Add New Datasets
  • Add New Metrics
  • Add New Modules
  • Add New Data Transforms
  • Customize Runtime Settings
  • Training Tricks
  • Contribute code to MMSeg
  • Contribute a standard dataset in projects
  • NPU (HUAWEI Ascend)
  • 0.x → 1.x migration
  • 0.x → 1.x package
## Benchmark and model zoo Results and models are available in the [model zoo](docs/en/model_zoo.md).
Supported backbones Supported methods Supported Head Supported datasets Other
  • ResNet(CVPR'2016)
  • ResNeXt (CVPR'2017)
  • HRNet (CVPR'2019)
  • ResNeSt (ArXiv'2020)
  • MobileNetV2 (CVPR'2018)
  • MobileNetV3 (ICCV'2019)
  • Vision Transformer (ICLR'2021)
  • Swin Transformer (ICCV'2021)
  • Twins (NeurIPS'2021)
  • BEiT (ICLR'2022)
  • ConvNeXt (CVPR'2022)
  • MAE (CVPR'2022)
  • PoolFormer (CVPR'2022)
  • SegNeXt (NeurIPS'2022)
  • SAN (CVPR'2023)
  • VPD (ICCV'2023)
  • DDRNet (T-ITS'2022)
  • PIDNet (ArXiv'2022)
  • Mask2Former (CVPR'2022)
  • MaskFormer (NeurIPS'2021)
  • K-Net (NeurIPS'2021)
  • SegFormer (NeurIPS'2021)
  • Segmenter (ICCV'2021)
  • DPT (ArXiv'2021)
  • SETR (CVPR'2021)
  • STDC (CVPR'2021)
  • BiSeNetV2 (IJCV'2021)
  • CGNet (TIP'2020)
  • PointRend (CVPR'2020)
  • DNLNet (ECCV'2020)
  • OCRNet (ECCV'2020)
  • ISANet (ArXiv'2019/IJCV'2021)
  • Fast-SCNN (ArXiv'2019)
  • FastFCN (ArXiv'2019)
  • GCNet (ICCVW'2019/TPAMI'2020)
  • ANN (ICCV'2019)
  • EMANet (ICCV'2019)
  • CCNet (ICCV'2019)
  • DMNet (ICCV'2019)
  • Semantic FPN (CVPR'2019)
  • DANet (CVPR'2019)
  • APCNet (CVPR'2019)
  • NonLocal Net (CVPR'2018)
  • EncNet (CVPR'2018)
  • DeepLabV3+ (CVPR'2018)
  • UPerNet (ECCV'2018)
  • ICNet (ECCV'2018)
  • PSANet (ECCV'2018)
  • BiSeNetV1 (ECCV'2018)
  • DeepLabV3 (ArXiv'2017)
  • PSPNet (CVPR'2017)
  • ERFNet (T-ITS'2017)
  • UNet (MICCAI'2016/Nat. Methods'2019)
  • FCN (CVPR'2015/TPAMI'2017)
  • ANN_Head
  • APC_Head
  • ASPP_Head
  • CC_Head
  • DA_Head
  • DDR_Head

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Pythondeeplabv3image-segmentationmedical-image-segmentationpspnet

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库