TensorFlow-ENet

Segmentation model

A deep neural network implementation for real-time semantic segmentation in computer vision

TensorFlow implementation of ENet

GitHub

257 stars
13 watching
123 forks
Language: Python
last commit: about 5 years ago
Linked from 1 awesome list

computer-visiondeep-learningmachine-learningsegmentationtensorflow

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fregu856/segmentation An implementation of the ENet model for semantic segmentation in images, trained on the Cityscapes dataset. 245
vladkryvoruchko/pspnet-keras-tensorflow An implementation of a deep learning model for image segmentation using TensorFlow and Keras 394
shekkizh/fcn.tensorflow An implementation of a deep learning model for image segmentation using TensorFlow 1,252
hellochick/pspnet-tensorflow A TensorFlow-based implementation of a semantic segmentation network for image classification tasks 326
preritj/segmentation Deep learning models for semantic segmentation of images 100
fabianbormann/tensorflow-deconvnet-segmentation An implementation of a deep learning algorithm for image segmentation using convolutional neural networks 220
kwotsin/tensorflow-xception An implementation of a deep learning model for computer vision tasks using TensorFlow 207
hellochick/semantic-segmentation-tensorflow Implementation of semantic segmentation models on two datasets using TensorFlow 84
timosaemann/enet A deep neural network architecture for real-time semantic segmentation in images 584
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
marvinteichmann/tensorflow-fcn An implementation of a fully convolutional network architecture for image segmentation using VGG weights. 1,101
andreaazzini/segnet.tf An implementation of a segmentation network in TensorFlow for image classification and object detection tasks. 66
theduynguyen/keras-fcn An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. 15
pavlosmelissinos/enet-keras An implementation of a deep neural network architecture for real-time semantic segmentation in Python. 115
pudae/tensorflow-pspnet An implementation of a deep learning-based semantic segmentation model using TensorFlow and the PSNet loss function. 47