-
How to use multi-process inference on PaddleOCR? |
Beta Was this translation helpful? Give feedback.
Answered by
Evezerest
Apr 22, 2022
Replies: 1 comment
-
PaddleOCR added Control parameters of multi-process inference. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Evezerest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PaddleOCR added Control parameters of multi-process inference.
use_mp
indicates whether there are multiple processes, andtotal_process_num
represents the number of processes. For detailed usage, please refer to document.