-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PaddleOCR and NPU #24
Comments
You can specify static shapes by this code: OpenVINO.NET/projects/PaddleOCR/Sdcb.OpenVINO.PaddleOCR/PaddleOcrOptions.cs Lines 27 to 28 in 35344c0
|
Error: What am I doing wrong? Besides, I would like to use only recognition: Thanks. |
Hi,
I have an Intel Core Ultra 9 Processor with NPU.
It was not possible to start recognition for the NPU. Everything works for the CPU.
This my code:
I get an error when executing:
Exception "Sdcb.OpenVINO.OpenVINOException" in Sdcb.OpenVINO.dll: 'general error(-1) Exception from src\inference\src\cpp\core.cpp:109:
Exception from src\inference\src\dev\plugin.cpp:54:
Exception from src\plugins\intel_npu\src\plugin\src\plugin.cpp:513:
get_shape was called on a descriptor::Tensor with dynamic shape
OpenVINO NPU documentations:
https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes/npu-device.html
Limitations
Currently, only models with static shapes are supported on NPU.
Please tell me what to do?
Thanks.
The text was updated successfully, but these errors were encountered: