tensorflow-fcn
Segmentation network
An implementation of a fully convolutional network architecture for image segmentation using VGG weights.
An Implementation of Fully Convolutional Networks in Tensorflow.
1k stars
54 watching
432 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
segmentationtensorflowvgg
Related projects:
Repository | Description | Stars |
---|---|---|
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
shekkizh/fcn.tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow | 1,252 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
fabianbormann/tensorflow-deconvnet-segmentation | An implementation of a deep learning algorithm for image segmentation using convolutional neural networks | 220 |
seewalker/tf-pixelwise | A tensorflow implementation of Fully Convolutional Networks For Semantic Segmentation | 13 |
pierluigiferrari/fcn8s_tensorflow | An implementation of FCN-8s architecture for semantic image segmentation using TensorFlow | 51 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
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 |
kwotsin/tensorflow-enet | A deep neural network implementation for real-time semantic segmentation in computer vision | 257 |
hellochick/pspnet-tensorflow | A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |
andreaazzini/segnet.tf | An implementation of a segmentation network in TensorFlow for image classification and object detection tasks. | 66 |
vladkryvoruchko/pspnet-keras-tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow and Keras | 394 |
fregu856/segmentation | An implementation of the ENet model for semantic segmentation in images, trained on the Cityscapes dataset. | 245 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |