deformable-convolution-pytorch

Deformable Convolver

An implementation of Deformable Convolution in PyTorch using CUDA.

PyTorch implementation of Deformable Convolution

GitHub

409 stars
18 watching
53 forks
Language: Cuda
last commit: almost 6 years ago

Related projects:

Repository Description Stars
eladhoffer/convnet.pytorch A PyTorch implementation of various deep convolutional networks for efficient training and evaluation on diverse datasets. 347
terrychenism/deformable-convnets A software framework implementing Deformable Convolutional Networks for object detection and image segmentation tasks 160
owenzlz/deepimageblending A PyTorch implementation of blending images by optimizing a Poisson loss with style and content loss 435
torch/cutorch Provides a CUDA backend for the PyTorch deep learning framework 337
locuslab/pytorch_fft Provides an efficient wrapper around CUDA FFTs for PyTorch transformations 315
miguelvr/dropblock Regularizes convolutional networks by randomly dropping units in contiguous regions of feature maps 589
mkocabas/coordconv-pytorch An implementation of a convolutional neural network component that handles spatial coordinates. 397
yunlongdong/fcn-pytorch A PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models. 161
koz4k/dni-pytorch Decoupled Neural Interfaces using Synthetic Gradients for PyTorch 236
andrewliao11/dni.pytorch An implementation of synthetic gradients to decouple neural network layers and enable scalable communication between them 119
utkuozbulak/pytorch-cnn-adversarial-attacks PyTorch implementation of various Convolutional Neural Network adversarial attack techniques 354
spandan-madan/pytorch_fine_tuning_tutorial Provides guidance on fine-tuning pre-trained models for image classification tasks using PyTorch. 279
codeslake/ifan Implementation of an algorithm for single image deblurring in images with defocus blur 228
tstandley/xception-pytorch An implementation of a deep learning model using PyTorch and depthwise separable convolutions for image classification 249
xiadingz/video-caption.pytorch PyTorch implementation of video captioning, combining deep learning and computer vision techniques. 402