Skip to content

Load edge-connect Onnx files into burn-rs #673

@Luni-4

Description

@Luni-4

Edge Connect is a Generative Image Inpainting with Adversarial Edge Learning network created in 2019.

Its models have been exported as ONNX file, here the PR if someone is interested in the process and producing the files

It would be helpful to load these models in burn. Both of them have been optimized through onnxoptimizer. First of all the edge-model as shown in Netron

edge-model-optimized onnx(1)

Missing operators:

  • InstanceNormalization
  • ConvTranspose
  • Pad

The second model is the inpaint model:

edge-connect-inpaint-optimized onnx

Missing operators:

  • InstanceNormalization
  • ConvTranspose
  • Pad

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions