segnet-torch
Segmentation framework
An implementation of Segmentation Network architecture with deconvolutional network in PyTorch for image segmentation tasks.
Torch implementation of SegNet (http://arxiv.org/abs/1511.00561) and deconvolutional network (http://arxiv.org/abs/1505.04366)
6 stars
1 watching
1 forks
Language: Lua
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
alexgkendall/caffe-segnet | An open-source implementation of the SegNet deep learning architecture for image segmentation | 1,082 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
preddy5/segnet | A deep neural network architecture for segmenting images into distinct regions of interest | 205 |
andreaazzini/segnet.tf | An implementation of a segmentation network in TensorFlow for image classification and object detection tasks. | 66 |
mathildor/tf-segnet | This is an implementation of a deep learning model used for image segmentation in aerial images. | 101 |
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 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,458 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,724 |
ykamikawa/tf-keras-segnet | An implementation of SegNet architecture for semantic segmentation using tensorflow and keras. | 178 |
tobypde/frrn | A software framework for training and evaluating full-resolution residual networks for semantic image segmentation tasks | 280 |
yu-changqian/torchseg | A toolkit for building and training semantic segmentation models using PyTorch. | 1,408 |
fabianbormann/tensorflow-deconvnet-segmentation | An implementation of a deep learning algorithm for image segmentation using convolutional neural networks | 220 |
marcoscoffier/torch-saliency | A library for finding interest points in images using integral histograms and entropy-based saliency | 7 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |