Fvoiretryzig commented on pull request #10756: URL: https://github.com/apache/tvm/pull/10756#issuecomment-1078598224
> I have a question there, TorchVision has also implemented a version of DCNv2: https://github.com/pytorch/vision/blob/main/torchvision/csrc/ops/deform_conv2d.h , it should [support](https://github.com/pytorch/vision/blob/56fb0bf5796ac374d4e353032e418236cd73c554/test/test_ops.py#L953-L955) exporting to torchscript. Could we also test this version? I wrote this operator support for compiling [CenterTrack Model](https://github.com/xingyizhou/CenterTrack) in tvm. It uses dcnv2 from this [repository](https://github.com/CharlesShang/DCNv2/). This implementation doesn't support dcnv2 in torchvision, but it can modify the tvm pytorch frontend part to support. Does this need to change to support torchvision? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
