openvino_inference.py error #855
Replies: 5 comments
-
Can you share your config file. Similar to #854, you may not have trained the model yet, which should generate the openvino model. (Note that to generate the openvino model, you need to configure the config file as instructed on the README.md file. |
Beta Was this translation helpful? Give feedback.
-
My config file is as follows:
|
Beta Was this translation helpful? Give feedback.
-
I understood that python means v2.7 and python3 means v3.8 on my PC. |
Beta Was this translation helpful? Give feedback.
-
To avoid such issues, I highly recommend you use virtual environments. Regarding your config file, you need to change the following section optimization:
export_mode: null #options: onnx, openvino to optimization:
export_mode: openvino #options: onnx, openvino If |
Beta Was this translation helpful? Give feedback.
-
Since this is not an issue, I'm moving this to Q&A in discussions. Feel free to ask more questions from there. |
Beta Was this translation helpful? Give feedback.
-
When I ran openvino_inference.py as instructed in https://github.com/openvinotoolkit/anomalib, the following error occurred.
Beta Was this translation helpful? Give feedback.
All reactions