semantic_segmentation
Image segmentation frameworks
Implementations of deep learning architectures for semantic segmentation of images in various datasets.
FCN, SegNet, DeepLab, U-net
6 stars
3 watching
6 forks
Language: Jupyter Notebook
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tangzhenyu/semanticsegmentation_dl | A collection of resources and implementations for deep learning-based semantic segmentation in computer vision. | 1,109 |
tusimple/tusimple-duc | This project presents a deep learning model for semantic segmentation using convolutional neural networks. | 609 |
fyu/dilation | This project provides a deep learning framework implementing dilated convolutions for semantic image segmentation | 781 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,724 |
huaifeng1993/dfanet | An implementation of a deep learning model for real-time semantic segmentation | 254 |
kaixhin/fcn-semantic-segmentation | An implementation of semantic segmentation using fully convolutional networks | 187 |
akirasosa/mobile-semantic-segmentation | Real-time semantic segmentation for mobile devices using deep learning and MobileNetV2 architecture | 714 |
hyeonwoonoh/decouplednet | A deep learning framework for semantic segmentation using pre-trained classification networks and heterogeneous annotations | 74 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
xiaoyufenfei/lednet | A lightweight deep learning framework for real-time semantic segmentation | 513 |
wuhuikai/fastfcn | Improves semantic segmentation performance by rethinking dilated convolution in the backbone | 840 |
preddy5/segnet | A deep neural network architecture for segmenting images into distinct regions of interest | 205 |
juntang-zhuang/shelfnet | An implementation of a lightweight semantic segmentation model with real-time performance capabilities | 252 |
zhengpeng7/birefnet | An implementation of a deep learning-based image segmentation model for high-resolution images | 1,319 |
alexgkendall/caffe-segnet | An open-source implementation of the SegNet deep learning architecture for image segmentation | 1,082 |