Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuyu2172/deformable-conv
Implementation of deformable convolution module presented in "Deformable Convolutional Networks"
https://github.com/yuyu2172/deformable-conv
chainer
Last synced: 11 days ago
JSON representation
Implementation of deformable convolution module presented in "Deformable Convolutional Networks"
- Host: GitHub
- URL: https://github.com/yuyu2172/deformable-conv
- Owner: yuyu2172
- License: mit
- Created: 2017-04-06T03:33:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T07:37:30.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:21:57.430Z (3 months ago)
- Topics: chainer
- Language: Jupyter Notebook
- Homepage:
- Size: 92.8 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deformable Convolutional Networks
This is an implementation of [Deformable Convolutional Networks](https://arxiv.org/abs/1703.06211).