TF-SegNet
Image segmenter
This is an implementation of a deep learning model used for image segmentation in aerial images.
SegNet-like network implemented in TensorFlow to use for segmenting aerial images
101 stars
9 watching
32 forks
Language: Python
last commit: about 6 years ago
Linked from 1 awesome list
image-segmentationmachine-learningsegnettensorflow
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 |
andreaazzini/segnet.tf | An implementation of a segmentation network in TensorFlow for image classification and object detection tasks. | 66 |
alexgkendall/caffe-segnet | An open-source implementation of the SegNet deep learning architecture for image segmentation | 1,082 |
jakeret/tf_unet | An open source U-Net image segmentation implementation using Tensorflow | 1,899 |
preddy5/segnet | A deep neural network architecture for segmenting images into distinct regions of interest | 205 |
ykamikawa/tf-keras-segnet | An implementation of SegNet architecture for semantic segmentation using tensorflow and keras. | 178 |
fedor-chervinskii/segnet-torch | An implementation of Segmentation Network architecture with deconvolutional network in PyTorch for image segmentation tasks. | 6 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
fabianbormann/tensorflow-deconvnet-segmentation | An implementation of a deep learning algorithm for image segmentation using convolutional neural networks | 220 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
seewalker/tf-pixelwise | A tensorflow implementation of Fully Convolutional Networks For Semantic Segmentation | 13 |
muyang0320/tensorflow-deeplab-resnet-crf | An implementation of DeepLab-ResNet in TensorFlow for semantic image segmentation | 18 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
kwotsin/tensorflow-enet | A deep neural network implementation for real-time semantic segmentation in computer vision | 257 |
fregu856/segmentation | An implementation of the ENet model for semantic segmentation in images, trained on the Cityscapes dataset. | 245 |