All Projects → oeway → Pytorch Deform Conv

oeway / Pytorch Deform Conv

Licence: mit
PyTorch implementation of Deformable Convolution

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch Deform Conv

SANET
"Arbitrary Style Transfer with Style-Attentional Networks" (CVPR 2019)
Stars: ✭ 21 (-97.48%)
Mutual labels:  deep-learning-algorithms
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-97.48%)
Mutual labels:  deep-learning-algorithms
Curl
CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
Stars: ✭ 346 (-58.41%)
Mutual labels:  deep-learning-algorithms
NumpyDL
Deep Learning Library. For education. Based on pure Numpy. Support CNN, RNN, LSTM, GRU etc.
Stars: ✭ 206 (-75.24%)
Mutual labels:  deep-learning-algorithms
AMP-Regularizer
Code for our paper "Regularizing Neural Networks via Adversarial Model Perturbation", CVPR2021
Stars: ✭ 26 (-96.87%)
Mutual labels:  deep-learning-algorithms
Minimalistic-Multiple-Layer-Neural-Network-from-Scratch-in-Python
Minimalistic Multiple Layer Neural Network from Scratch in Python.
Stars: ✭ 24 (-97.12%)
Mutual labels:  deep-learning-algorithms
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-97.96%)
Mutual labels:  deep-learning-algorithms
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (-23.08%)
Mutual labels:  deep-learning-algorithms
Course-Notes-Deep-Learning-by-Andrew-NG-on-Coursera
Hand Written course notes of Deep Learning Specialization by Andrew NG on Coursera
Stars: ✭ 23 (-97.24%)
Mutual labels:  deep-learning-algorithms
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (-58.41%)
Mutual labels:  deep-learning-algorithms
datascience-mashup
In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.
Stars: ✭ 36 (-95.67%)
Mutual labels:  deep-learning-algorithms
learned indices
A C++11 implementation of the B-Tree part of "The Case for Learned Index Structures"
Stars: ✭ 68 (-91.83%)
Mutual labels:  deep-learning-algorithms
Rad
RAD: Reinforcement Learning with Augmented Data
Stars: ✭ 268 (-67.79%)
Mutual labels:  deep-learning-algorithms
sia-cog
Various cognitive api for machine learning, vision, language intent alalysis. Covers traditional as well as deep learning model design and training.
Stars: ✭ 34 (-95.91%)
Mutual labels:  deep-learning-algorithms
Predictive Maintenance Using Lstm
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
Stars: ✭ 352 (-57.69%)
Mutual labels:  deep-learning-algorithms
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (-68.27%)
Mutual labels:  deep-learning-algorithms
Hands-On-Deep-Learning-Algorithms-with-Python
Hands-On Deep Learning Algorithms with Python, By Packt
Stars: ✭ 76 (-90.87%)
Mutual labels:  deep-learning-algorithms
Image Text Localization Recognition
A general list of resources to image text localization and recognition 场景文本位置感知与识别的论文资源与实现合集 シーンテキストの位置認識と識別のための論文リソースの要約
Stars: ✭ 788 (-5.29%)
Mutual labels:  deep-learning-algorithms
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (-24.88%)
Mutual labels:  deep-learning-algorithms
Fire Detection Cnn
real-time fire detection in video imagery using a convolutional neural network (deep learning) - from our ICIP 2018 paper (Dunnings / Breckon) + ICMLA 2019 paper (Samarth / Bhowmik / Breckon)
Stars: ✭ 340 (-59.13%)
Mutual labels:  deep-learning-algorithms

PyTorch implementation of Deformable Convolution

TODO List

  • [x] implement offsets mapping in pytorch
  • [x] all tests passed
  • [x] deformable convolution module
  • [x] Fine-tuning the deformable convolution modules
  • [x] scaled mnist demo
  • [x] improve speed with cached grid array
  • [ ] use MNIST dataset from pytorch (instead of Keras)
  • [ ] support input image with different width and height
  • [ ] benchmark with tensorflow implementation

Deformable Convolutional Networks

Dai, Jifeng, Haozhi Qi, Yuwen Xiong, Yi Li, Guodong Zhang, Han Hu, and Yichen Wei. 2017. “Deformable Convolutional Networks.” arXiv [cs.CV]. arXiv. http://arxiv.org/abs/1703.06211

The following animation is generated by Felix Lau (with his tensorflow implementation):

Also Check out Felix Lau's summary of the paper: https://medium.com/@phelixlau/notes-on-deformable-convolutional-networks-baaabbc11cf3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].