https://github.com/tonysy/plusseg
ShanghaiTech PLUS Lab Segmentation Toolbox and Benchmark
https://github.com/tonysy/plusseg
artificial-intelligence cityscapes computer-vision deep-learning neural-network semantic-segmentation
Last synced: 9 months ago
JSON representation
ShanghaiTech PLUS Lab Segmentation Toolbox and Benchmark
- Host: GitHub
- URL: https://github.com/tonysy/plusseg
- Owner: tonysy
- License: mit
- Created: 2018-09-06T09:02:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T14:11:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T02:56:10.830Z (over 1 year ago)
- Topics: artificial-intelligence, cityscapes, computer-vision, deep-learning, neural-network, semantic-segmentation
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 21
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Introduction

The master branch works with **PyTorch 1.1** or higher
plusseg is an open source image semantic segmentation toolbox based on PyTorch. It is a part of the plus project developed by [ShanghaiTech PLUS Lab](http://plus.sist.shanghaitech.edu.cn)
## Major Features
- **Modular Design**
- **Multiple Frameworks**
- **High Efficiency**
- **State-of-the-art Performance**
We have implemented several semantic segmentation algorithms in PyTorch with comparable performance
Code will be updated in Oct.
## License
This project is released under the [MIT License](LICENSE)
## Updates
v0.1.0 (26/07/2019)
- Start the project
## Benchmark and Model Zoo
Supported methods and backbones are shown in the below table
Results and models are available in the [Model Zoo](MODEL_ZOO.md)
| | ResNet | ResNeXt | DenseNet | HRNet |
|--------------------|:--------:|:--------:|:--------:|:-----:|
| FCN | ✓ | ✓ | ☐ | ✓ |
| PSPNet | ✓ | ✓ | ☐ | ✓ |
| DeepLab-V1 | ✓ | ✓ | ☐ | ✓ |
| DeepLab-V2 | ✓ | ✓ | ☐ | ✓ |
| DeepLab-V3 | ✓ | ✓ | ☐ | ✓ |
| DeepLab-V3++ | ✓ | ✓ | ☐ | ✓ |
| PSANet | ✗ | ✗ | ✗ | ✗ |
| EncNet | ✓ | ✓ | ☐ | ✓ |
| DenseASPP | ✓ | ✓ | ☐ | ✓ |
| UNet | ✓ | ✓ | ☐ | ✓ |
| Dilation Net | ✓ | ✓ | ☐ | ✓ |
## Installation
Please refer to [Install.md](INSTALL.md) for installation and dataset preparation.
## Get Started
Please see [GETTING_STARTED.md](GETTING_STARTED.md) for the basic usage of **PLUSSeg**.
## Contributing
We appreciate all contributions to improve MMDetection. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for the contributing guideline.
## Acknowledgement
PLUSSeg is an open source project that is contributed by researchers and engineers from various colledges and companies. We appreciate all the contributors who implement their methods or add new features.
We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new segmentation methods.
## Citation
## Contact
## Misc.