Skip to content

AetrexTechnology/mmsegmentation

 
 

Repository files navigation

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.5+.

demo image

Installation

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

Get Started

MMSegmentation is based on modular design. Developer can only modify configuration templates that contain the modules of data enhancement strategies, backbone networks, loss functions and other different components for actual application scenarios. There are some tutorials for different modular configurations:

See train.md and inference.md for the basic usage of MMSegmentation.

Benchmark and model zoo

Results and models are available in the model zoo.

Supported backbones:

Supported methods:

FAQ

Please refer to FAQ for frequently asked questions.

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

MMSegmentation is released under the Apache 2.0 license, while some specific features in this library are with other licenses. Please refer to LICENSES.md for the careful check, if you are using our code for commercial matters.

About

OpenMMLab Semantic Segmentation Toolbox and Benchmark.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%