DCNv2
DCNv2 copied to clipboard
torchscript support for DCVv2
Hello! Allow me to ask for your advice, please. Situation description: I know that deformable convolution is supported natively in Pytorch since 1.4, but this does not mean DCN may be extracted to a static graph via jit. Moreover, DCN added to Pytorch is version 1, not this one (version two). Question: Can you confirm I understand the situation correctly and how hard is to add DCNv2 support to torchscript from your point of view?
@IgorDavidyuk Have you added torchscript support?
Any updates?
It seems @IgorDavidyuk found its answers elsewhere : https://discuss.pytorch.org/t/torchscript-support-for-deformable-convolution-v2/69372