Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plan to officially implement the deformable convolution in Keras? #13443

Closed
LeeJayHui opened this issue Oct 16, 2019 · 0 comments
Closed
Labels
type:feature The user is asking for a new feature.

Comments

@LeeJayHui
Copy link

Deformable convolution operation is interesting and effective, as introduced in https://arxiv.org/pdf/1703.06211.pdf. And the implementation of deform_conv by the author of that paper is in Pytorch.
I'm wondering if there exists any plan to officially support deformable convolution in Keras? Almost all of the Keras implementation of deform_conv on GitHub are confusing and inefficient. I tried to
implement it, but I failed.
So, plz add deform_conv to your plans of improving Keras. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature The user is asking for a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants