Deformable-ConvNets

Deformable CNNs framework

A software framework implementing Deformable Convolutional Networks for object detection and image segmentation tasks

Deformable Convolutional Networks

GitHub

160 stars
18 watching
27 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ahmedfgad/numpycnn A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch 577
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 403
preritj/segmentation Deep learning models for semantic segmentation of images 101
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 a genetic algorithm for classification problems where one class per sample is allowed. 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. 98
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,102