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

onnx #505

Closed
wangzuo-hx opened this issue Aug 17, 2022 · 1 comment
Closed

onnx #505

wangzuo-hx opened this issue Aug 17, 2022 · 1 comment

Comments

@wangzuo-hx
Copy link

How do you convert the algorithm to onnx for model deployment?(eg. Padim)

@ashishbdatta
Copy link
Contributor

ashishbdatta commented Aug 18, 2022

Since applying the OpenVINO optimization will generate an .onnx file you could add this to your config:

optimization:
  openvino:
    apply: true

The ONNX file should be saved near your model weights folder.

I am creating a #509 PR to make this export more generic. You could also pull from top of main branch once it is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants