OpenMMLab Semantic Segmentation Toolbox and Benchmark.
 
 
 
Go to file
Miao Zheng f87c05308b
[Fix] Fix MMSegmentation colab demo (#2089)
* [WIP] Fix MMSegmentation colab demo

* wip

* fix

* revise config

* seg branch

* colab link

* engine install

* demo image

* remove inference

* fix inference pipeline

* typo
2022-09-30 14:15:39 +08:00
.circleci [CI] Fix CI (#2029) 2022-09-13 13:43:13 +08:00
.dev [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
.github [Del] Remove ops (#2063) 2022-09-13 15:47:42 +08:00
configs [Fix] Fix segmenter-vit-s_fcn config (#2037) 2022-09-14 22:31:39 +08:00
demo [Fix] Fix MMSegmentation colab demo (#2089) 2022-09-30 14:15:39 +08:00
docker Bump version to v0.24.1 (#1541) 2022-05-01 14:06:04 +08:00
docs [Doc] Add Data Structure chinese doc (#2129) 2022-09-30 14:00:30 +08:00
mmseg [Fix] Fix MMSegmentation colab demo (#2089) 2022-09-30 14:15:39 +08:00
requirements [Fix] Revise MMEngine mim version (#2008) 2022-08-31 22:09:48 +08:00
resources Add mmseg2torchserve tool (#552) 2021-07-05 21:11:47 +08:00
tests [Fix] Fix binary segmentation (#2101) 2022-09-27 16:49:38 +08:00
tools [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
.gitignore [Refactory] MMSegmentation Content 2022-07-15 15:47:29 +00:00
.owners.yml [Enhancement] Use round-robin (#1543) 2022-05-03 17:12:19 +08:00
.pre-commit-config.yaml [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
.readthedocs.yml add more format for readthedocs (#742) 2021-07-31 17:05:05 +08:00
CITATION.cff Add MMSeg citation (#825) 2021-09-01 18:38:58 -07:00
LICENSE
MANIFEST.in [Feature] support mim (#717) 2021-07-27 15:43:32 +08:00
README.md [Fix] README for mmseg 1.x (#2009) 2022-09-01 00:03:51 +08:00
README_zh-CN.md [Fix] README for mmseg 1.x (#2009) 2022-09-01 00:03:51 +08:00
model-index.yml [Feature]: Add MAE (#1307) 2022-04-28 00:54:20 +08:00
requirements.txt
setup.cfg [Feature] Support iSAID aerial dataset. (#1115) 2022-02-17 19:07:32 +08:00
setup.py [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00

README.md

 
OpenMMLab website HOT      OpenMMLab platform TRY IT OUT
 

PyPI - Python Version PyPI docs badge codecov license issue resolution open issues

Documentation: https://mmsegmentation.readthedocs.io/en/1.x/

English | 简体中文

Introduction

MMSegmentation is an open source semantic segmentation toolbox based on PyTorch. It is a part of the OpenMMLab project.

The 1.x branch works with PyTorch 1.6+.

demo image

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.0.0rc0 was released in 31/8/2022. Please refer to changelog.md for details and release history.

  • Unifies interfaces of all components based on MMEngine.
  • Faster training and testing speed with complete support of mixed precision training.
  • Refactored and more flexible architecture.

Installation

Please refer to get_started.md for installation and dataset_prepare.md for dataset preparation.

Get Started

Please see Overview for the general introduction of MMSegmentation.

Please see user guides for the basic usage of MMSegmentation. There are also advanced tutorials for in-depth understanding of mmseg design and implementation .

A Colab tutorial is also provided. You may preview the notebook here or directly run on Colab.

To migrate from MMSegmentation 1.x, please refer to migration.

Benchmark and model zoo

Results and models are available in the model zoo.

Supported backbones:

Supported methods:

Supported datasets:

Please refer to FAQ for frequently asked questions.

Contributing

We appreciate all contributions to improve MMSegmentation. Please refer to CONTRIBUTING.md for the contributing guideline.

Acknowledgement

MMSegmentation is an open source project that welcome any contribution and feedback. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible as well as standardized toolkit to reimplement existing methods and develop their own new semantic segmentation methods.

Citation

If you find this project useful in your research, please consider cite:

@misc{mmseg2020,
    title={{MMSegmentation}: OpenMMLab Semantic Segmentation Toolbox and Benchmark},
    author={MMSegmentation Contributors},
    howpublished = {\url{https://github.com/open-mmlab/mmsegmentation}},
    year={2020}
}

License

This project is released under the Apache 2.0 license.

Projects in OpenMMLab

  • MMEngine: OpenMMLab foundational library for training deep learning models
  • MMCV: OpenMMLab foundational library for computer vision.
  • MIM: MIM installs OpenMMLab packages.
  • MMClassification: OpenMMLab image classification toolbox and benchmark.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMRotate: OpenMMLab rotated object detection toolbox and benchmark.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMOCR: OpenMMLab text detection, recognition, and understanding toolbox.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMHuman3D: OpenMMLab 3D human parametric model toolbox and benchmark.
  • MMSelfSup: OpenMMLab self-supervised learning toolbox and benchmark.
  • MMRazor: OpenMMLab model compression toolbox and benchmark.
  • MMFewShot: OpenMMLab fewshot learning toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMFlow: OpenMMLab optical flow toolbox and benchmark.
  • MMEditing: OpenMMLab image and video editing toolbox.
  • MMGeneration: OpenMMLab image and video generative models toolbox.
  • MMDeploy: OpenMMLab Model Deployment Framework.