Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: duanzhongjian
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 2.69 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
[](https://pypi.org/project/mmsegmentation/) [](https://pypi.org/project/mmsegmentation) [](https://mmsegmentation.readthedocs.io/en/latest/) [](https://github.com/open-mmlab/mmsegmentation/actions) [](https://codecov.io/gh/open-mmlab/mmsegmentation) [](https://github.com/open-mmlab/mmsegmentation/blob/master/LICENSE) [](https://github.com/open-mmlab/mmsegmentation/issues) [](https://github.com/open-mmlab/mmsegmentation/issues) [📘Documentation](https://mmsegmentation.readthedocs.io/en/latest/) | [🛠️Installation](https://mmsegmentation.readthedocs.io/en/latest/get_started.html) | [👀Model Zoo](https://mmsegmentation.readthedocs.io/en/latest/model_zoo.html) | [🆕Update News](https://mmsegmentation.readthedocs.io/en/latest/changelog.html) | [🤔Reporting Issues](https://github.com/open-mmlab/mmsegmentation/issues/new/choose)
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+.

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
💎 Stable version
v0.29.0 was released on 10/10/2022:
- Support PoolFormer (CVPR'2022)
Please refer to changelog.md for details and release history.
🌟 Preview of 1.x version
A brand new version of MMSegmentation v1.0.0rc0 was released in 31/8/2022:
- 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.
Find more new features in 1.x branch. Issues and PRs are welcome!
Installation
Please refer to get_started.md for installation and dataset_prepare.md for 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
- customizing runtime
- training tricks
- useful tools
A Colab tutorial is also provided. You may preview the notebook here or directly run on Colab.
Benchmark and model zoo
Results and models are available in the model zoo.
Supported backbones:
- [x] ResNet (CVPR'2016)
- [x] ResNeXt (CVPR'2017)
- [x] HRNet (CVPR'2019)
- [x] ResNeSt (ArXiv'2020)
- [x] MobileNetV2 (CVPR'2018)
- [x] MobileNetV3 (ICCV'2019)
- [x] Vision Transformer (ICLR'2021)
- [x] Swin Transformer (ICCV'2021)
- [x] Twins (NeurIPS'2021)
- [x] BEiT (ICLR'2022)
- [x] ConvNeXt (CVPR'2022)
- [x] MAE (CVPR'2022)
- [x] PoolFormer (CVPR'2022)
Supported methods:
- [x] FCN (CVPR'2015/TPAMI'2017)
- [x] ERFNet (T-ITS'2017)
- [x] UNet (MICCAI'2016/Nat. Methods'2019)
- [x] PSPNet (CVPR'2017)
- [x] DeepLabV3 (ArXiv'2017)
- [x] BiSeNetV1 (ECCV'2018)
- [x] PSANet (ECCV'2018)
- [x] DeepLabV3+ (CVPR'2018)
- [x] UPerNet (ECCV'2018)
- [x] ICNet (ECCV'2018)
- [x] NonLocal Net (CVPR'2018)
- [x] EncNet (CVPR'2018)
- [x] Semantic FPN (CVPR'2019)
- [x] DANet (CVPR'2019)
- [x] APCNet (CVPR'2019)
- [x] EMANet (ICCV'2019)
- [x] CCNet (ICCV'2019)
- [x] DMNet (ICCV'2019)
- [x] ANN (ICCV'2019)
- [x] GCNet (ICCVW'2019/TPAMI'2020)
- [x] FastFCN (ArXiv'2019)
- [x] Fast-SCNN (ArXiv'2019)
- [x] ISANet (ArXiv'2019/IJCV'2021)
- [x] OCRNet (ECCV'2020)
- [x] DNLNet (ECCV'2020)
- [x] PointRend (CVPR'2020)
- [x] CGNet (TIP'2020)
- [x] BiSeNetV2 (IJCV'2021)
- [x] STDC (CVPR'2021)
- [x] SETR (CVPR'2021)
- [x] DPT (ArXiv'2021)
- [x] Segmenter (ICCV'2021)
- [x] SegFormer (NeurIPS'2021)
- [x] K-Net (NeurIPS'2021)
Supported datasets:
- [x] Cityscapes
- [x] PASCAL VOC
- [x] ADE20K
- [x] Pascal Context
- [x] COCO-Stuff 10k
- [x] COCO-Stuff 164k
- [x] CHASE_DB1
- [x] DRIVE
- [x] HRF
- [x] STARE
- [x] Dark Zurich
- [x] Nighttime Driving
- [x] LoveDA
- [x] Potsdam
- [x] Vaihingen
- [x] iSAID
FAQ
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:
bibtex
@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.
Projects in OpenMMLab
- 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.
- MMYOLO: OpenMMLab YOLO series toolbox and benchmark.
- 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.
Owner
- Login: duanzhongjian
- Kind: user
- Repositories: 1
- Profile: https://github.com/duanzhongjian
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "MMSegmentation Contributors" title: "OpenMMLab Semantic Segmentation Toolbox and Benchmark" date-released: 2020-07-10 url: "https://github.com/open-mmlab/mmsegmentation" license: Apache-2.0
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1.0.10 composite
- codecov/codecov-action v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
- pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
- docutils ==0.16.0
- myst-parser *
- sphinx ==4.0.2
- sphinx_copybutton *
- sphinx_markdown_tables *
- mmcls >=0.20.1
- mmcv-full >=1.4.4,<1.7.0
- cityscapesscripts *
- mmcv *
- prettytable *
- torch *
- torchvision *
- matplotlib *
- mmcls >=0.20.1
- numpy *
- packaging *
- prettytable *
- codecov * test
- flake8 * test
- interrogate * test
- pytest * test
- xdoctest >=0.10.0 test
- yapf * test