predict is taking 16sec on CPU.
Closed this issue · 3 comments
the-black-knight-01 commented
LUMINOTH is taking 16sec to give output. is it expected or i am giving more.
if it is expected then how can i result in milliseconds?
dekked commented
Hi @interviewBubble. This is normal if you are using a CPU for inference.
For a faster model, try SSD. But for milliseconds, you are going to need a GPU.
the-black-knight-01 commented
Thanks @dekked
I have this requirement:
I have to process more than 300 pages(images) within a second.
What should I do?
can you give me some advice? Because it can not be deployed on the server
dekked commented
Unfortunately, there is no model in Luminoth suitable for this requirement.
You might want to look into lightweight variants of the SSD model, but you will need at least one GPU for this speed.