How to Export to Torch and openvino model for EfficientAd? #1744
nguyenanhtuan1008
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v1 (also main branch) when I try to export model to Torch or OpenVino but I can found the way to do it.
I want export it and then use the inference_torch.py or inference_openvino.py for inference.
I used command line for training: anomalib train --config <path/to/config>. Now I want to export the custom model to TORCH and OpenVINO model, how can I do it?
This my command:
anomalib train --config /workspaces/anomalib/efficient_ad.yaml --data /workspaces/anomalib/mvtec.yaml
mvtec.yaml:
and efficient_ad.yaml:
I already try #1670 (comment) but seems not work:
Beta Was this translation helpful? Give feedback.
All reactions