English | 简体中文
- [2022-01-04] We published a paper on portrait segmentation named PP-HumanSeg, and released Semantic Connectivity-aware Learning (SCL) framework and a Large-Scale Teleconferencing Video Dataset.
- [2021-10-11] We released PaddleSeg v2.3 with the improved interactive segmentation tool (EISeg v0.3), two matting algorithms, and segmentation model compression.
- For more information please refer to Release Note.
PaddleSeg is an end-to-end high-efficent development toolkit for image segmentation based on PaddlePaddle, which helps both developers and researchers in the whole process of designing segmentation models, training models, optimizing performance and inference speed, and deploying models. A lot of well-trained models and various real-world applications in both industry and academia help users conveniently build hands-on experiences in image segmentation.
-
High-Performance Model: Based on the high-performance backbone trained by semi-supervised label knowledge distillation scheme (SSLD), combined with the state of the art segmentation technology, we provide 80+ high-quality pre-training models, which are better than other open-source implementations.
-
Modular Design: PaddleSeg supports 40+ mainstream segmentation networks, developers can start based on actual application scenarios and assemble diversified training configurations combined with modular design of data enhancement strategies, backbone networks, loss functions and other different components to meet different performance and accuracy requirements.
-
High Efficiency: PaddleSeg provides multi-process asynchronous I/O, multi-card parallel training, evaluation, and other acceleration strategies, combined with the memory optimization function of the PaddlePaddle, which can greatly reduce the training overhead of the segmentation model, all this allowing developers to lower cost and more efficiently train image segmentation model.
Models | Components | Projects | |
|
Backbones
|
Datasets
|
Interactive Segmentation
|
The relationship between mIoU and FLOPs of representative architectures and backbones. See Model Zoo Overview for more details.
-
Data Preparation
-
Model Export
-
Model Deploy
-
Model Compression
-
Easy API
-
Baisc Knowledge
-
Advanced Development
-
Pull Request
- Interactive Segmentation
- Image Matting
- PP-HumanSeg
- Cityscapes SOTA
- Panoptic Segmentation
- CVPR Champion Solution
- Domain Adaptation
- If you have any problem or suggestion on PaddleSeg, please send us issues through GitHub Issues.
- Welcome to Join PaddleSeg QQ Group
PaddleSeg is released under the Apache 2.0 license.
- Thanks jm12138 for contributing U2-Net.
- Thanks zjhellofss (Fu Shenshen) for contributing Attention U-Net, and Dice Loss.
- Thanks liuguoyu666, geoyee for contributing U-Net++ and U-Net3+.
- Thanks yazheng0307 (LIU Zheng) for contributing quick-start document.
- Thanks CuberrChen for contributing STDC(rethink BiSeNet), PointRend and DetailAggregateLoss.
- Thanks stuartchen1949 for contributing SegNet.
- Thanks justld (Lang Du) for contributing ESPNetV2, DMNet, ENCNet, HRNet_W48_Contrast, FastFCN, BiSeNetV1, SECrossEntropyLoss and PixelContrastCrossEntropyLoss.
- Thanks Herman-Hu-saber (Hu Huiming) for contributing ESPNetV2.
- Thanks zhangjin12138 for contributing RandomCenterCrop.
- Thanks simuler for contributing ESPNetV1.
- Thanks ETTR123(Zhang Kai) for contributing PFPNNet.
If you find our project useful in your research, please consider citing:
@misc{liu2021paddleseg,
title={PaddleSeg: A High-Efficient Development Toolkit for Image Segmentation},
author={Yi Liu and Lutao Chu and Guowei Chen and Zewu Wu and Zeyu Chen and Baohua Lai and Yuying Hao},
year={2021},
eprint={2101.06175},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{paddleseg2019,
title={PaddleSeg, End-to-end image segmentation kit based on PaddlePaddle},
author={PaddlePaddle Contributors},
howpublished = {\url{https://github.com/PaddlePaddle/PaddleSeg}},
year={2019}
}