Alexey
Alexey
@tak-ho-raspect , can you provide your sample code to run onnx model?
I've found a mention about onnx implementation of MMCVDeformConv2d [here](https://github.com/open-mmlab/mmdeploy/issues/439#:~:text=Oh%2C%20sorry%20we,implementations%20to%20MMCVDeformConv2d). The author writes the implementation of MMCVModulatedDeformConv2d differs from MMCVDeformConv2d. Maybe this is a reason of discrepancy in detections?
Are there any updates?
@tak-ho-raspect, @hanrui1sensetime , I've found the discrepancy between `rewrite_outputs` (in test code upper) disappears if [here](https://github.com/open-mmlab/mmdeploy/blob/master/csrc/mmdeploy/backend_ops/tensorrt/modulated_deform_conv/trt_modulated_deform_conv.cpp) one replaces index from 1 (taking offsets shape as output shape) to 0 (taking...