drn
Image classification network
An open-source implementation of dilated residual networks for image classification and segmentation tasks.
Dilated Residual Networks
1k stars
20 watching
219 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
fyu/dilation | This project provides a deep learning framework implementing dilated convolutions for semantic image segmentation | 781 |
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
koichiro11/residual-attention-network | An image classification neural network implementation using attention mechanisms and residual learning | 94 |
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |
fomorians/highway-cnn | A deep learning framework for training highway networks on image data using convolutional neural networks | 57 |
fwang91/residual-attention-network | An implementation of a deep neural network architecture using attention mechanisms and residual connections for image classification tasks. | 551 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |
tobypde/frrn | A software framework for training and evaluating full-resolution residual networks for semantic image segmentation tasks | 280 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |