matconvnet-fcn
Segmentation engine
A Matlab implementation of fully convolutional networks for image segmentation.
A MatConvNet-based implementation of the Fully-Convolutional Networks for image segmentation
175 stars
21 watching
125 forks
Language: Matlab
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vlfeat/matconvnet | A MATLAB toolbox implementing Convolutional Neural Networks for computer vision applications. | 1,402 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
hyeonwoonoh/deconvnet | Deconvolution network architecture for semantic segmentation | 325 |
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
vlfeat/vlfeat | A comprehensive computer vision library providing efficient algorithms for image analysis and feature extraction | 1,601 |
vlfeat/autonn | An API wrapper around MatConvNet that adds automatic differentiation for easy deep learning prototyping and research | 89 |
guosheng/refinenet | A MATLAB-based framework for semantic image segmentation and dense prediction tasks using multi-path refinement networks. | 589 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
mattmacy/vnet.pytorch | A PyTorch implementation of V-Net for volumetric medical image segmentation | 698 |
ibbm/cascaded-fcn | An implementation of a Cascaded Fully Convolutional Neural Network architecture for medical image segmentation | 304 |
matlab-deep-learning/convmixer-patches-are-all-you-need | Demonstrates how to implement and train a ConvMixer architecture for image classification in MATLAB | 6 |
timosaemann/enet | A deep neural network architecture for real-time semantic segmentation in images | 584 |
sermanet/overfeat | A C-based Convolutional Network library for image classification and feature extraction. | 597 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |