Tensorflow-SegNet

Segmentation model

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.

Implement slightly different caffe-segnet in tensorflow

GitHub

369 stars
31 watching
164 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
andreaazzini/segnet.tf An implementation of a segmentation network in TensorFlow for image classification and object detection tasks. 66
ykamikawa/tf-keras-segnet An implementation of SegNet architecture for semantic segmentation using tensorflow and keras. 178
mathildor/tf-segnet This is an implementation of a deep learning model used for image segmentation in aerial images. 101
shekkizh/fcn.tensorflow An implementation of a deep learning model for image segmentation using TensorFlow 1,252
fabianbormann/tensorflow-deconvnet-segmentation An implementation of a deep learning algorithm for image segmentation using convolutional neural networks 220
fregu856/segmentation An implementation of the ENet model for semantic segmentation in images, trained on the Cityscapes dataset. 245
alexgkendall/caffe-segnet An open-source implementation of the SegNet deep learning architecture for image segmentation 1,082
marvinteichmann/tensorflow-fcn An implementation of a fully convolutional network architecture for image segmentation using VGG weights. 1,101
kwotsin/tensorflow-enet A deep neural network implementation for real-time semantic segmentation in computer vision 257
preritj/segmentation Deep learning models for semantic segmentation of images 100
pierluigiferrari/fcn8s_tensorflow An implementation of FCN-8s architecture for semantic image segmentation using TensorFlow 51
hellochick/pspnet-tensorflow A TensorFlow-based implementation of a semantic segmentation network for image classification tasks 326
hellochick/semantic-segmentation-tensorflow Implementation of semantic segmentation models on two datasets using TensorFlow 84
vladkryvoruchko/pspnet-keras-tensorflow An implementation of a deep learning model for image segmentation using TensorFlow and Keras 394
seewalker/tf-pixelwise A tensorflow implementation of Fully Convolutional Networks For Semantic Segmentation 13