- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a python script which having a openvino model from yolov8 model, It works good in python but while I am converted to execution file .exe, this file does not executed shows an error unable to read the model , Please suggest some method to solve this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karthickselvan,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Aznie
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karthickselvan,
Thanks for reaching.
Can you share your workaround when converting into the execution file (.exe)? You may also share your yolov8 model for us to further check.
Meanwhile, there are a few Community members have successfully created the executable file using PyInstaller. However, please note that PyInstaller is not officially supported by OpenVINO™. You may check the following cases:
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for helping me out,
I having a two files one is yolo to openvino using export.py and another one is openvino model python file
This is Export File to export the weight from .pt to openvino_model/
This is the program I need to change as execution file , This Program is working perfectly in python but after converting to the execution file. it encouters the error , unable to read the model. please check the model , Eventhough I added the path and dependencies properly, Please help me to solve it out
Regards
Karthick Selvan A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karthickselvan,
May I know which guide you are following? When you export a model to OpenVINO format, the results in a directory must contain the following:
- XML file: Describes the network topology.
- BIN file: Contains the weights and biases binary data.
- Mapping file: Holds mapping of original model output tensors to OpenVINO tensor names.
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karthickselvan,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank You Anzie for your valuable support in guidance for assissting me to solve this issue. For the above problem the required pakages for openvino are missed in the execution file. So I import the required packages via spec file. So the execution file runs successfully.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page