OpenMMLab Semantic Segmentation Toolbox and Benchmark.
 
 
 
Go to file
Edward 66b0525378
DeepLab V3 did not present in CVPR 2017 (#560)
https://openaccess.thecvf.com/CVPR2017 does not contain DeepLabV3
2021-05-18 09:44:41 -07:00
.dev [Enhance] Migrate to MMCV DepthwiseSeparableConv (#158) 2020-09-25 19:56:10 +08:00
.github [Improvement] Add more CI (#460) 2021-04-08 19:29:00 -07:00
configs Fix "the output num_classes of auxiliary head is not same as num_classes of ground truth seg_map". (#488) 2021-04-24 15:31:29 -07:00
demo Add support for Pascal Context 59 classes (#459) 2021-04-19 21:20:54 -07:00
docker update docker (#149) 2020-09-29 19:54:32 +08:00
docs Add compatible MMSegmentation and MMCV version table. (#558) 2021-05-17 10:43:13 -07:00
mmseg [Feature] Add results2img, format_results for ade dataset (#544) 2021-05-16 19:29:28 -07:00
requirements add metric mFscore (#509) 2021-04-30 11:34:57 -07:00
resources init commit 2020-07-10 02:39:01 +08:00
tests Add option for output shape of ViT (#530) 2021-05-05 22:49:28 -07:00
tools fix verify bugs (#547) 2021-05-12 21:14:41 -07:00
.gitignore Auto get version info and git hash (#55) 2020-08-11 19:23:35 +08:00
.pre-commit-config.yaml [Improvement] Add markdown linter and fix linting errors (#171) 2020-10-07 19:50:16 +08:00
.readthedocs.yml Add Colab Tutorial (#7) 2020-07-10 16:55:47 +08:00
LICENSE init commit 2020-07-10 02:39:01 +08:00
README.md DeepLab V3 did not present in CVPR 2017 (#560) 2021-05-18 09:44:41 -07:00
README_zh-CN.md Add QR Code in Chinese README.md (#506) 2021-04-25 19:15:13 -07:00
pytest.ini init commit 2020-07-10 02:39:01 +08:00
requirements.txt Add pypi deployment (#11) 2020-07-13 20:54:32 +08:00
setup.cfg add metric mFscore (#509) 2021-04-30 11:34:57 -07:00
setup.py Auto get version info and git hash (#55) 2020-08-11 19:23:35 +08:00

README.md


PyPI docs badge codecov license issue resolution open issues

Documentation: https://mmsegmentation.readthedocs.io/

English | 简体中文

Introduction

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

The master branch works with PyTorch 1.3+.

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.

License

This project is released under the Apache 2.0 license.

Changelog

v0.13.0 was released in 05/05/2021. Please refer to changelog.md for details and release history.

Benchmark and model zoo

Results and models are available in the model zoo.

Supported backbones:

Supported methods:

Installation

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

Get Started

Please see train.md and inference.md for the basic usage of MMSegmentation. There are also tutorials for customizing dataset, designing data pipeline, customizing modules, and customizing runtime. We also provide many training tricks.

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

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}
}

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.

Projects in OpenMMLab

  • MMCV: OpenMMLab foundational library for computer vision.
  • MMClassification: OpenMMLab image classification toolbox and benchmark.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMEditing: OpenMMLab image and video editing toolbox.
  • MMOCR: A Comprehensive Toolbox for Text Detection, Recognition and Understanding.
  • MMGeneration: A powerful toolkit for generative models.