segnet.tf
Segmentation model
An implementation of a segmentation network in TensorFlow for image classification and object detection tasks.
SegNet-like Autoencoders in TensorFlow
66 stars
5 watching
26 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
computer-visionconvolutional-autoencoderdeep-learningsegmentationsegnettensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
mathildor/tf-segnet | This is an implementation of a deep learning model used for image segmentation in aerial images. | 101 |
fabianbormann/tensorflow-deconvnet-segmentation | An implementation of a deep learning algorithm for image segmentation using convolutional neural networks | 220 |
ykamikawa/tf-keras-segnet | An implementation of SegNet architecture for semantic segmentation using tensorflow and keras. | 178 |
alexgkendall/caffe-segnet | An open-source implementation of the SegNet deep learning architecture for image segmentation | 1,082 |
fregu856/segmentation | An implementation of the ENet model for semantic segmentation in images, trained on the Cityscapes dataset. | 245 |
shekkizh/fcn.tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow | 1,252 |
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 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
preddy5/segnet | A deep neural network architecture for segmenting images into distinct regions of interest | 205 |
hellochick/pspnet-tensorflow | A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |
fedor-chervinskii/segnet-torch | An implementation of Segmentation Network architecture with deconvolutional network in PyTorch for image segmentation tasks. | 6 |
pierluigiferrari/fcn8s_tensorflow | An implementation of FCN-8s architecture for semantic image segmentation using TensorFlow | 51 |
simonkohl/probabilistic_unet | Reimplementation of a neural network model for conditional segmentation of ambiguous images | 546 |