Deformable convolutions in Flax/JAX #1052
-
Is there support deformable convolutions (https://arxiv.org/abs/1703.06211)? If not, any pointers on how to implement it myself would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
marcvanzee
Mar 3, 2021
Replies: 1 comment 1 reply
-
They aren't implemented in Flax yet. They do seem to be implemented in Pytorch and Tensorflow, so if I were to implement them I would take that as a starting point and rewrite it to Flax. Happy to help you if you have more specific questions! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bhchiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They aren't implemented in Flax yet. They do seem to be implemented in Pytorch and Tensorflow, so if I were to implement them I would take that as a starting point and rewrite it to Flax.
Happy to help you if you have more specific questions!