When to expect DCN_v2 to come in tensorflow

Hi all,
It’s been a long time since the release of dcn_v2 (https://arxiv.org/abs/1811.11168). Many pytorch models are already using it like (yolact++, sipmask, CARAFE, maYOLACT etc.) When can we expect dcnv2 to come in tensorflow?
There are some unofficial implementations (https://github.com/smallsunsun1/custom_ops) and unmerged pull requests (https://github.com/tensorflow/addons/pull/2196) also.

We had a quite long DCN related thread at:

We could collect this layer in:

But it is a python only repo.

But the speed of python won’t be same as that of c++.

You could try to propose this in the mentioned Keras-cv repo.

I’ve never benchmarked a python implementation using only TF native ops e.g. like:

https://tensorlayer.readthedocs.io/en/latest/_modules/tensorlayer/layers/convolution/deformable_conv.html