TensorRT-CenterNet icon indicating copy to clipboard operation
TensorRT-CenterNet copied to clipboard

Register custom Op 'DCNv2'

Open HardysJin opened this issue 4 years ago • 0 comments

Hi,

I can successfully convert the CenterNet to onnx but fail to run/verify the onnx model using, for example

onnx.checker.check_model("CenterNet.onnx")

The error:

onnx.onnx_cpp2py_export.checker.ValidationError: No Op registered for DCNv2 with domain_version of 9

The custom operator (DCNv2) cannot be recognized by onnx. Any idea how to register DCNv2 in onnx?

HardysJin avatar Mar 12 '21 20:03 HardysJin