Skip to content

How to Speed Up Recognition Inference Time? #6904

Answered by tink2123
tyasnk asked this question in Q&A
Discussion options

You must be logged in to vote

You can try to use intel MKL to speed up:

from paddleocr import PaddleOCR
model_ocr = PaddleOCR(lang='en', use_gpu=False, enable_mkldnn=True)
model_ocr.ocr("letter.jpg")

If an error is reported you can google how to configure MKL for AMD CPU.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tyasnk
Comment options

Answer selected by tyasnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants