Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
4 months ago | |
---|---|---|
.circleci | 6 months ago | |
.dev | 7 months ago | |
.github | 6 months ago | |
configs | 7 months ago | |
demo | 8 months ago | |
docker | 8 months ago | |
docs | 6 months ago | |
mmseg | 4 months ago | |
projects | 4 months ago | |
requirements | 4 months ago | |
resources | 2 years ago | |
tests | 4 months ago | |
tools | 6 months ago | |
.gitignore | 1 year ago | |
.owners.yml | 6 months ago | |
.pre-commit-config.yaml | 7 months ago | |
.readthedocs.yml | 2 years ago | |
CITATION.cff | 2 years ago | |
LICENSE | 3 years ago | |
LICENSES.md | 7 months ago | |
MANIFEST.in | 2 years ago | |
README.md | 6 months ago | |
README_zh-CN.md | 7 months ago | |
model-index.yml | 7 months ago | |
pytest.ini | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 11 months ago | |
setup.py | 1 year ago |
📘Documentation |
🛠️Installation |
👀Model Zoo |
🆕Update News |
🤔Reporting Issues
English | 简体中文
MMSegmentation is an open source semantic segmentation library based on PyTorch.
It is a part of the OpenMMLab project.
The master branch works with PyTorch 1.5+.
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.
v0.30.0 was released on 01/11/2023:
Please refer to changelog.md for details and release history.
A brand new version of MMSegmentation v1.0.0rc3 was released in 12/31/2022:
Find more new features in 1.x branch. Issues and PRs are welcome!
Please refer to get_started.md for installation and dataset_prepare.md for dataset preparation.
Please see train.md and inference.md for the basic usage of MMSegmentation.
There are also tutorials for:
A Colab tutorial is also provided. You may preview the notebook here or directly run on Colab.
Results and models are available in the model zoo.
Supported backbones:
Supported methods:
Supported datasets:
Please refer to FAQ for frequently asked questions.
We appreciate all contributions to improve MMSegmentation. Please refer to CONTRIBUTING.md for the contributing guideline.
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.
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}
}
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.
No Description
Python Markdown Shell Dockerfile other