Deformable-ConvNets
Deformable CNNs
An implementation of deformable convolutional networks for object detection and segmentation tasks
Deformable Convolutional Networks
160 stars
18 watching
27 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ahmedfgad/numpycnn | Builds convolutional neural networks from scratch using NumPy | 572 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
xbresson/spectral_graph_convnets | PyTorch implementation of graph ConvNets using spectral filtering | 291 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
ahmedfgad/cnngenetic | Trains CNNs using the genetic algorithm | 22 |
eilene/gwnn | A TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods. | 64 |
1zb/deformable-convolution-pytorch | An implementation of Deformable Convolution in PyTorch using CUDA. | 409 |
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
shichenliu/condensenet | An efficient CNN architecture for mobile devices with learned group convolutions and dense connectivity | 694 |
ysnan/nbd_kerunc | A repository providing pre-trained models and results for image deconvolution in the presence of kernel/model uncertainty | 14 |
fabianbormann/tensorflow-deconvnet-segmentation | An implementation of a deep learning algorithm for image segmentation using convolutional neural networks | 220 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |