FC-DenseNet
FC-DenseNet
An implementation of a fully convolutional densely connected neural network architecture for semantic segmentation tasks.
Fully Convolutional DenseNets for semantic segmentation.
486 stars
30 watching
143 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
simonguist/testing-fcn-for-cityscapes | An implementation of fully convolutional networks for semantic segmentation using the Cityscapes dataset and Caffe deep learning framework. | 27 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
titu1994/densenet | An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 708 |
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,426 |
wuhuikai/fastfcn | Improves semantic segmentation performance by rethinking dilated convolution in the backbone | 840 |
shicai/densenet-caffe | Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
kaixhin/fcn-semantic-segmentation | An implementation of semantic segmentation using fully convolutional networks | 187 |
yunlongdong/fcn-pytorch | A PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models. | 160 |
pochih/fcn-pytorch | A Python implementation of fully convolutional networks for semantic segmentation in computer vision. | 406 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |
flyyufelix/densenet-keras | An implementation of DenseNet in Keras with pre-trained ImageNet weights | 568 |