EfficientNetB3 not working in Debug for some PCs #28130
cesarpgouveia
started this conversation in
General
Replies: 1 comment
-
Model was too big, added a link for wetransfer here: https://we.tl/t-eLI8VYZajj |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The EfficientNetB3 model, running with OpenCV and OpenVINO frameworks, crashes during inference when the code is compiled in Debug mode. This issue is reproducible only on certain PCs and does not occur when the code is compiled in Release mode. The crash specifically happens when using the CPU plugin for inference.
Steps to Reproduce:
Use the provided example code to set up and run inference with the EfficientNetB3 model.
Compile the code in Debug mode.
Execute the program.
Expected Behavior:
The program should successfully complete the inference process without any crashes, as it does in Release mode.
Actual Behavior:
The program crashes during the net.forward() call when attempting inference in Debug mode.
Environment:
OpenCV version: 4.9.1
OpenVINO version: OpenVINO 2023.3
Operating System: Windows 10
Model: EfficientNetB3 (attached as EfficientNetB3_from_scratch.onnx)
CPU that crashes in Debug: 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz
Beta Was this translation helpful? Give feedback.
All reactions