• Stars
    star
    898
  • Rank 50,501 (Top 1.0 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PyTorch implementation of Deformable Convolution

PyTorch implementation of Deformable Convolution

!!!Warning: There is some issues in this implementation and this repo is not maintained any more, please consider using for example: TORCHVISION.OPS.DEFORM_CONV

TODO List

  • implement offsets mapping in pytorch
  • all tests passed
  • deformable convolution module
  • Fine-tuning the deformable convolution modules
  • scaled mnist demo
  • 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

More Repositories

1

codex-chat-notebook

JavaScript
11
star
2

DPNUnet-Segmentation

Segmentation with DPNUnet
Python
8
star
3

pyotritonclient

A Pyodide python http client library and utilities for communicating with Triton Inference Server (based on tritonclient from NVIDIA)
Python
7
star
4

AILabNode

an AILab worker with node.js
JavaScript
5
star
5

bioengine

Python
5
star
6

Eva-ImageJ

Chinese edtion of Micro-Manager and ImageJ (with Varian Paxscan 2520V DDA and Deltadau Pmac stage support for Digital Radiography)
Java
5
star
7

slides

Wei's personal slides
Jupyter Notebook
3
star
8

oeway.github.io

Wei OUYANG's personal website
HTML
3
star
9

presentation-sync

Use websocket based real-time communication to synchronise google presentation, it enables user to make a guided presentation, it makes slides change at the same time for every user on the same presentation document.
JavaScript
3
star
10

pyimagej-binder-image

Jupyter Notebook
2
star
11

Anet-Lite

Python
2
star
12

OpenFlexureClient

OpenFlexure eV client for controlling the Microscope
Vue
1
star
13

data-driven-life-sciences-course

SCSS
1
star
14

vscode-web-extension-example

TypeScript
1
star
15

hypha-pulse

Dashboard for hypha app engine
TypeScript
1
star
16

IcyPlugins4EVA-NDE

IcyPlugin-EvaScanner is a set of plugins designed for Icy software, originally used in a Ultrasonic Imaging System.
Java
1
star
17

LibreChatClient

Improved client for LibreChat
JavaScript
1
star
18

webrtc-hypha-demo

Python
1
star
19

Word-Completion-for-python

Combination of Word Completion and Python Code Completion.(by OEway)
JavaScript
1
star
20

falcon-bot

Python
1
star
21

hypha-core

JavaScript
1
star
22

hypha-rpc

RPC client for Hypha
Python
1
star
23

cellposelite

Cellpose models in ONNX for cell image segmentation
Python
1
star