caffe-segnet
Image segmentation framework
An open-source implementation of the SegNet deep learning architecture for image segmentation
Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling
1k stars
75 watching
452 forks
Language: C++
last commit: over 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
preddy5/segnet | A deep neural network architecture for segmenting images into distinct regions of interest | 205 |
mathildor/tf-segnet | This is an implementation of a deep learning model used for image segmentation in aerial images. | 101 |
tkuanlun350/tensorflow-segnet | A TensorFlow-based implementation of the SegNet segmentation algorithm, with modifications to address index unravel issues and support multiple features such as dilation and multi-resolution learning. | 369 |
andreaazzini/segnet.tf | An implementation of a segmentation network in TensorFlow for image classification and object detection tasks. | 66 |
fedor-chervinskii/segnet-torch | An implementation of Segmentation Network architecture with deconvolutional network in PyTorch for image segmentation tasks. | 6 |
zhujun98/semantic_segmentation | Implementations of deep learning architectures for semantic segmentation of images in various datasets. | 6 |
timosaemann/enet | A deep neural network architecture for real-time semantic segmentation in images | 584 |
debidatta/caffe-parsenet | A modified implementation of ParseNet for semantic segmentation with CNNs | 5 |
guosheng/refinenet | A MATLAB-based framework for semantic image segmentation and dense prediction tasks using multi-path refinement networks. | 589 |
lisaanne/lisa-caffe-public | A C++ implementation of the deep learning framework used for rapid prototyping and building of image recognition models. | 220 |
tobypde/frrn | A software framework for training and evaluating full-resolution residual networks for semantic image segmentation tasks | 280 |
0bserver07/keras-segnet-basic | An implementation of the SegNet-Basic deep learning model for image segmentation using Keras and convolutional neural networks. | 83 |
cvjena/cn24 | A framework for building semantic segmentation models using convolutional patch networks | 123 |
sacmehta/espnet | A deep learning framework for semantic segmentation on edge devices. | 541 |
jakeret/tf_unet | An open source U-Net image segmentation implementation using Tensorflow | 1,899 |