How to increase the speed of processing? #1823
-
I trying to compile the models, as per this . But I see no real difference in processing speed. Are there some other ways to improve the speed of the models? I don't particularly care about high accuracy, I just need the processing of pdf to txt to be fast. |
Beta Was this translation helpful? Give feedback.
Answered by
felixdittrich92
Dec 18, 2024
Replies: 2 comments 2 replies
-
Hi @VMM-MMV 👋, Then you should try: https://github.com/felixdittrich92/OnnxTR :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank You. But, I am have some problems with it. Should I make a new discussion or should I ask here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latency benchmark:
https://github.com/felixdittrich92/OnnxTR#benchmarks
I would suggest to try the standard installation
onnxtr[cpu]
first instead ofonnxtr[openvino]
because what i saw openvino differs heavily from CPU to CPUwith the following:
You will get the fastest combination (maybe not the highest acc) ^^