Deformable-ConvNets

Deformable network module

An implementation of deformable convolutional networks using MXNet.

Deformable Convolutional Networks

GitHub

4k stars
126 watching
957 forks
Language: Python
last commit: over 3 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
terrychenism/deformable-convnets A software framework implementing Deformable Convolutional Networks for object detection and image segmentation tasks 160
fundamentalvision/deformable-detr An object detection algorithm using deformable transformers to efficiently process image features. 3,297
cszn/kair Image restoration toolbox with training and testing codes for various deep learning-based methods 2,994
locuslab/tcn An empirical evaluation of generic convolutional and recurrent networks for sequence modeling 4,204
sanghyun-son/edsr-pytorch Provides a PyTorch implementation of single image super-resolution 2,457
hujie-frank/senet An implementation of the Squeeze-and-Excitation Networks architecture in Caffe 3,415
kenshohara/3d-resnets-pytorch PyTorch implementation of 3D ResNets for action recognition in video data 3,920
liuzhuang13/densenet A deep learning implementation of a neural network architecture with interconnected layers, designed to improve accuracy on image classification tasks 4,757
donnyyou/torchcv A comprehensive PyTorch-based framework for computer vision tasks 2,249
kaiminghe/deep-residual-networks Original models for deep residual networks as described in a 2015 research paper, implemented using Caffe. 6,462
lucidrains/dalle2-pytorch An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch 11,184
lukemelas/efficientnet-pytorch A PyTorch implementation of EfficientNet convolutional neural networks 7,971
dmlc/gluon-cv A toolkit for building and deploying deep learning models in computer vision 5,850
osmr/imgclsmob Research and development of deep learning networks for computer vision tasks 2,984
1zb/deformable-convolution-pytorch An implementation of Deformable Convolution in PyTorch using CUDA. 409