OpenMMLab Semantic Segmentation Toolbox and Benchmark.
 
 
 
Go to file
John Zhu 597b8a61c7
Windows Support (Experimental) (#75)
* Windows basic support

* getting_started updated for Windows.

* add experimental

* install.md restructured to seperate Windows & Linux.

* fix problems in install.md

* fix mmcv version problem.

* Fix fastscnn resize problems. (#82)

* Fix fast_scnn resize problems

* Fix fast_scnn resize problems 1

* Fix fast_scnn resize problems 2

* test for pascal voc

* [Doc] Add annotaion format note (#77)

* update pytorch version to 1.6.0 in install.md

* del fastscnn_pascal config

* del create_symlink=True

* Merge instructions for Linux & Windows

* mmcv version updated

* redundant newline deleted

* Update docs/install.md

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>

* Update docs/install.md

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-08-28 11:34:44 +08:00
.dev init commit 2020-07-10 02:39:01 +08:00
.github Add pytorch 1.6 CI (#64) 2020-08-12 18:55:40 +08:00
configs Fix fastscnn resize problems. (#82) 2020-08-23 14:41:30 +08:00
demo Add Colab Tutorial (#7) 2020-07-10 16:55:47 +08:00
docker Add Colab Tutorial (#7) 2020-07-10 16:55:47 +08:00
docs Windows Support (Experimental) (#75) 2020-08-28 11:34:44 +08:00
mmseg Windows Support (Experimental) (#75) 2020-08-28 11:34:44 +08:00
requirements Add pypi deployment (#11) 2020-07-13 20:54:32 +08:00
resources init commit 2020-07-10 02:39:01 +08:00
tests Fast-SCNN implemented (#58) 2020-08-18 23:33:05 +08:00
tools Fixed slide inference (#90) 2020-08-25 20:01:01 +08:00
.gitignore Auto get version info and git hash (#55) 2020-08-11 19:23:35 +08:00
.pre-commit-config.yaml init commit 2020-07-10 02:39:01 +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 Sorry for forgetting to update README.md. (#74) 2020-08-19 15:52:46 +08: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 pytorch2onnx part (#12) 2020-08-14 03:28:21 +08: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

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

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 to 1.5.

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.5.1 was released in 11/08/2020. 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 INSTALL.md for installation and dataset preparation.

Get Started

Please see getting_started.md for the basic usage of MMSegmentation. There are also tutorials for adding new dataset, designing data pipeline, and adding new modules.

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

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.