Replies: 1 comment
-
Alternatively, if it can be seamlessly converted to OpenVino from PaddlePaddle, that would be an added advantage. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently using PaddlePaddleOCR with a CPU-based setup and would like to accelerate its performance using OpenVINO. My current implementation relies on the following configuration:
I’ve explored the possibility of converting the model from PaddlePaddle to ONNX and then from ONNX to OpenVINO, but this approach seems overly complex and potentially inefficient. I’d like to know if there’s a more straightforward or optimized way to convert and run my PaddlePaddleOCR model with OpenVINO acceleration on CPU.
What I Need:
My system:
Beta Was this translation helpful? Give feedback.
All reactions