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: about 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 an approach to improving the performance of convolutional neural networks in semantic segmentation tasks | 613 |
fyu/dilation | This project provides a deep learning framework implementing dilated convolutions for semantic image segmentation | 782 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,729 |
huaifeng1993/dfanet | An implementation of a deep learning model for real-time semantic segmentation | 255 |
kaixhin/fcn-semantic-segmentation | An implementation of semantic segmentation using fully convolutional networks | 188 |
akirasosa/mobile-semantic-segmentation | Real-time semantic segmentation for mobile devices using deep learning and MobileNetV2 architecture | 715 |
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 | 101 |
xiaoyufenfei/lednet | A lightweight deep learning framework for real-time semantic segmentation | 514 |
wuhuikai/fastfcn | A deep learning framework for semantic segmentation tasks | 841 |
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 open-source implementation of an image segmentation model that combines background removal and object detection capabilities. | 1,484 |
alexgkendall/caffe-segnet | An open-source implementation of the SegNet deep learning architecture for image segmentation | 1,080 |