fcn
CNNs library
An implementation of fully convolutional networks in Chainer, a deep learning framework.
Chainer Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
218 stars
15 watching
97 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list
chainercomputer-visionconvolutional-networksdeep-learningfcnfcn8ssegmentationsemantic-segmentation
Related projects:
Repository | Description | Stars |
---|---|---|
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
ahmedfgad/numpycnn | An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. | 570 |
eilene/gwnn | A TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods. | 64 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
simonguist/testing-fcn-for-cityscapes | An implementation of fully convolutional networks for semantic segmentation using the Cityscapes dataset and Caffe deep learning framework. | 27 |
apple2373/chainer-simple-fast-rnn | An implementation of the fast R-CNN object detection algorithm using Chainer and OpenCV. | 42 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
doonny/pipecnn | A tool for accelerating convolutional neural networks on Field-Programmable Gate Arrays (FPGAs) using OpenCL-based hardware design | 1,253 |
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
ibbm/cascaded-fcn | An implementation of a Cascaded Fully Convolutional Neural Network architecture for medical image segmentation | 304 |
ahmedfgad/cnngenetic | Trains convolutional neural networks using the genetic algorithm | 22 |
mattya/chainer-dcgan | Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 935 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |
matenure/fastgcn | Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency | 519 |