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.
Replies: 2 comments 2 replies
-
Hi @VMM-MMV 👋, Then you should try: https://github.com/felixdittrich92/OnnxTR :) |
Beta Was this translation helpful? Give feedback.
-
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.
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) ^^