- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all. I am getting an access violation when I call the CreateInferRequest() function of ExecutableNetwork before inference is performed. I am using one InferenceEngine::Core, reading the network, then I create multiple executable networks in separate threads (> 2). At different points during execution, the access violation occurs at the location highlighted in the attached image.
According to the OpenVINO documentation for InferenceEngine::Core::LoadNetwork, "Users can create as many networks as they need and use them simultaneously (up to the limitation of the hardware resources)" but this issue leads me to believe that this is not the case. What am I doing wrong? Please advise. I am using OpenVINO version 2021.2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to solve this issue simply by not sharing the CNNNetwork, although another cryptic crash occurs for which I'll create another post.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
any chance for you to try this on the latest OpenVINO version? The latest version might have the fix.
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Iffa_Intel I am in the process of incorporating 2021.4 to see if that fixes the issue. I'll keep you posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Noted.
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to solve this issue simply by not sharing the CNNNetwork, although another cryptic crash occurs for which I'll create another post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Glad to hear that you had solved the issue.
Referring to the OpenVINO samples application that uses multiple networks might help too.
One of it is the Interactive Face Detection: https://docs.openvinotoolkit.org/latest/omz_demos_interactive_face_detection_demo_cpp.html
Intel will no longer monitor this thread since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Sincerely,
Iffa
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page