hszhao / semseg
Semantic Segmentation in Pytorch
☆1,345Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for semseg
- Fast, modular reference implementation and easy training of Semantic Segmentation algorithms in PyTorch.☆1,408Updated 4 years ago
- The official Pytorch implementation of OCNet, OCRNet, and SegFix.☆1,190Updated 3 months ago
- PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.☆771Updated 2 years ago
- Here is a pytorch implementation of deeplabv3+ supporting ResNet(79.155%) and Xception(79.945%). Multi-scale & flip test and COCO dataset…☆626Updated 3 years ago
- DeepLab v3+ model in PyTorch. Support different backbones.☆2,911Updated 3 months ago
- Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNe…