Skip to content

Register custom Op 'DCNv2' #94

@HardysJin

Description

@HardysJin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions