Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
☆3,049Jan 4, 2023Updated 3 years ago
Alternatives and similar repositories for awesome-semantic-segmentation-pytorch
Users that are interested in awesome-semantic-segmentation-pytorch are comparing it to the libraries listed below
Sorting:
- awesome-semantic-segmentation☆10,814May 8, 2021Updated 4 years ago
- Support PointRend, Fast_SCNN, HRNet, Deeplabv3_plus(xception, resnet, mobilenet), ContextNet, FPENet, DABNet, EdaNet, ENet, Espnetv2, Ref…☆725Jul 5, 2024Updated last year
- The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semant…☆3,314Nov 17, 2022Updated 3 years ago
- Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset☆5,061Jan 15, 2024Updated 2 years ago
- Semantic Segmentation in Pytorch☆1,377Aug 28, 2022Updated 3 years ago
- PyTorch Implementations for DeeplabV3 and PSPNet☆777Feb 20, 2020Updated 6 years ago
- Semantic Segmentation Architectures Implemented in PyTorch☆3,411Oct 11, 2023Updated 2 years ago
- DeepLab v3+ model in PyTorch. Support different backbones.☆3,003Aug 4, 2024Updated last year
- Fast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.☆1,409Mar 11, 2020Updated 5 years ago
- OpenMMLab Semantic Segmentation Toolbox and Benchmark.☆9,637Aug 13, 2024Updated last year
- PyTorch for Semantic Segmentation☆1,741Oct 25, 2019Updated 6 years ago
- Dual Attention Network for Scene Segmentation (CVPR2019)☆2,458Dec 23, 2024Updated last year
- Semantic segmentation models, datasets and losses implemented in PyTorch.☆1,814Feb 23, 2025Updated last year
- Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.☆11,366Dec 23, 2025Updated 2 months ago
- The official Pytorch implementation of OCNet, OCRNet, and SegFix.☆1,229Jul 25, 2024Updated last year
- 常用的语义分割架构结构综述以及代码复现☆789Jul 13, 2019Updated 6 years ago
- Add bisenetv2. My implementation of BiSeNet☆1,606Feb 19, 2026Updated 2 weeks ago
- Here is a pytorch implementation of deeplabv3+ supporting ResNet(79.155%) and Xception(79.945%). Multi-scale & flip test and COCO dataset…☆633Mar 21, 2021Updated 4 years ago
- CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).