Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
6 tasks
Luni-4 opened this issue Aug 22, 2023 · 0 comments
Open
6 tasks

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

Luni-4 opened this issue Aug 22, 2023 · 0 comments
Labels

Comments

@Luni-4
Copy link
Collaborator

Luni-4 commented Aug 22, 2023

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
@Luni-4 Luni-4 changed the title Load edge-connect Onnx file Load edge-connect Onnx files into burn-rs Aug 22, 2023
@antimora antimora added the onnx label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants