testing-fcn-for-cityscapes
FCN
An implementation of fully convolutional networks for semantic segmentation using the Cityscapes dataset and Caffe deep learning framework.
Using fully convolutional networks for semantic segmentation with caffe for the cityscapes dataset
27 stars
2 watching
19 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
pochih/fcn-pytorch | A Python implementation of fully convolutional networks for semantic segmentation in computer vision. | 409 |
kaixhin/fcn-semantic-segmentation | An implementation of semantic segmentation using fully convolutional networks | 188 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
simjeg/fc-densenet | An implementation of a fully convolutional densely connected neural network architecture for semantic segmentation tasks. | 487 |
yunlongdong/fcn-pytorch | A PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models. | 161 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,102 |
pierluigiferrari/fcn8s_tensorflow | An implementation of FCN-8s architecture for semantic image segmentation using TensorFlow | 51 |
ibbm/cascaded-fcn | An implementation of a Cascaded Fully Convolutional Neural Network architecture for medical image segmentation | 304 |
speedinghzl/ccnet | An implementation of a deep learning model for semantic segmentation using a novel attention mechanism to capture long-range dependencies in images. | 1,432 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 403 |
matenure/fastgcn | Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency | 520 |
vlfeat/matconvnet-fcn | A Matlab implementation of fully convolutional networks for image segmentation. | 175 |