EfficientNetB3 not working in Debug for some PCs #28130
Replies: 4 comments 2 replies
-
Model was too big, added a link for wetransfer here: https://we.tl/t-eLI8VYZajj |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for raising this issue. We will take a look. Just to double-check, have you tried the latest release of OpenVINO (2024.5 or 2024.6) to see whether this is fixed? |
Beta Was this translation helpful? Give feedback.
-
Hi @chenhu-wang Could you please take a look? Thanks! |
Beta Was this translation helpful? Give feedback.
-
@cesarpgouveia The model link is not valid, could you please provide the model again. I would also confirm that you build the demo code with debug mode with OpenVINO 2023.3 installed form Release package. You didn't build OpenVINO 2023.3 by yourself in debug model, is it right? Thanks! |
Beta Was this translation helpful? Give feedback.
-
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