Any guide to write deformable convolution plugin?

Since official tensorrt doesn’t support op of deformable convolution, how to write customized tensorrt ops to support deformable convolution? any guide or materials on this issue is appreciated, examples are specially welcomed.

Hi ,
We recommend you to check the supported features from the below link.

You can refer below link for all the supported operators list.
For unsupported operators, you need to create a custom plugin to support the operation

Thanks!

CaoWGG/TensorRT-CenterNet: tensorrt5 , centernet , centerface, deform conv, int8 (github.com)

check this github link !