Description
System information
- TensorFlow version (you are using):2.0 alpha
- TensorFlow Addons version:0,21
- Is it in the tf.contrib (if so, where):no
- Are you willing to contribute it (yes/no):yes,if i know how to do that
- Are you willing to maintain it going forward? (yes/no):yes
Describe the feature and the current behavior/state.
Deformable Convolutional Network(https://arxiv.org/pdf/1703.06211.pdf,https://arxiv.org/pdf/1703.06211.pdf) has achieved good results in the du detection task.But the current version of Tensorflow does not seem to implement deformable convolution operations.The efficiency of some third-party implementations of deformable convolution operations is lower than that of the mxnet version(https://github.com/msracver/Deformable-ConvNets).I hope that Tensorflow can add native deformable convolution operations in future versions.
Thanks.
Will this change the current api? How?
Yes,Add a new op
Who will benefit with this feature?
Any one want to use tensorflow for object detection.
Any Other info.