- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Babken,
Thank you for reaching out to us.
Could you please provide the following information with us for further investigation?
· Version of the OpenVINO™ toolkit
· Hardware specifications
· Steps to reproduce
Regards,
Wan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wan,
- Version of the OpenVINO™ toolkit
Version 2021.04 - Hardware specification:
Device:iMacPro1,1
Device.family: MacOs 1.6.5
Release: .134.6 - Steps to reproduce:
Unfortunately I have no reproducible example to share, it happened on our client side (10 clients reported the same issue on the same device)
The crash caused when loading a model via ov_impl.load(weight*,...) method
Regards,
Babken
- 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 Babken,
Thanks for your information.
Referring to System Requirements in Install and Configure Intel® Distribution of OpenVINO™ toolkit for macOS, the supported Operating System is macOS 10.15.
On another note, macOS 11.5 (64-bit) was validated on Build from source OpenVINO™ toolkit. Please refer to Build OpenVINO™ Inference Engine on macOS* Systems.
Regards,
Wan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wan,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Babken,
I noticed that your client loads the network using the ov_impl.load(weight*,...) method.
For your information, you can use the load_network() method to load the network.
For example:
from openvino.inference_engine import IECore
ie = IECore()
net = ie.read_network("alexnet.xml", "alexnet.bin")
exec_net = ie.load_network(network=net, device_name="CPU")
Regards,
Wan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wan,
Thanks for your reply
Do you think this(loading network within ov_impl.load) is leading to pointed crush? If yes can you elaborate a little bit
Warm Wishes,
Babken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Babken,
For your information, OpenVINO™ Toolkit uses the Inference Engine to read the Intermediate Representation (IR), ONNX, and execute the model on the device.
Referring to OpenVINO™ Toolkit 2021.4 Inference Engine Python API, ov_impl.load() method is not available.
Therefore, you can use the load_network() method from OpenVINO™ Toolkit 2021.4 Inference Engine Python API to load the network.
For more information on the typical Inference Engine API workflow, please refer to Integrate Inference Engine with Your C++ Application.
Regards,
Wan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wan,
Thanks for materials.
The steps at our end is following
pInferPlugin = std::make_unique<Core>(XmlPath);
network = pInferPlugin->ReadNetwork(model);
pInferPlugin->LoadNetwork(network, ...);
And the crash (backtrace is attached)
The hardware/software info also provided
Can you please let me know what could be the reason of crash ? and what I'm doing incorrectly?
Let me know if more info is required
Regards,
Babken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wan,
is there any ideas to my last reply ?
Warm Wishes,
Babken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi 1985,
I have validated the Hello Classification C++ Sample from OpenVINO™ Toolkit 2021.4.1 LTS on Mas OS Big Sur 11.6.3.
For your information, the error you encountered: “EXC_BAD_ACCESS” is an exception raised as a result of accessing bad memory. Please refer to here for more information.
On another note, could you please execute Hello Classification C++ Sample from your end to check if you encountered the same error in this sample?
Regards,
Wan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi 1985,
Thank you for your question.
If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.
Regards,
Wan

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