how to export to onnx/openvino AFTER training? #862
Replies: 4 comments 2 replies
-
Hi @betogulliver, If you set the optimization:
export_mode : openvino When enabled, anomalib runs anomalib basically uses |
Beta Was this translation helpful? Give feedback.
-
I'm converting this to a Q&A in discussions, so let's continue there. |
Beta Was this translation helpful? Give feedback.
-
Hi @samet-akcay thanks for your suggestions. however, when I tried to run as follows :
I got the following error (details below)
any ideas/suggestions on how to fix my problem? best regards. log
|
Beta Was this translation helpful? Give feedback.
-
I also need this transformation model function The model has been trained Need to convert onnx Don't want to train Script that needs to transform the model |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to export models I've trained using anomalib (custom-dataset) to onnx/openvino.
I understand I could set the following in my config.yaml file and re-train to get the models exported :
optimization:
export_mode : openvino
Is there a way I can skip re-training and simply jump straight to the EXPORT part?
thanks for any/all help
Beta Was this translation helpful? Give feedback.
All reactions