Hi all,
It’s been a long time since the release of dcn_v2 ([1811.11168] Deformable ConvNets v2: More Deformable, Better Results). 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 (GitHub - smallsunsun1/custom_ops: Deformable Convolution Networks(deformable conv2D TF_implementation)) and unmerged pull requests (Add Modulated Deformable Convolution layer by Licht-T · Pull Request #2196 · tensorflow/addons · GitHub) 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: