Process multiple images at the same time #1817
Unanswered
hienphan161
asked this question in
Q&A
Replies: 2 comments
-
Hi @hienphan161 👋, This would require to load the model n times in a multiproc pool I would suggest to tune the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Otherwise you can try: https://github.com/felixdittrich92/OnnxTR That's more prod / runtime focused |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Is it possible to process multiple images simultaneously using the
ocr_predictor
? Currently, when I test with 3 identical images, the processing time is nearly three times longer compared to running the process with just one image. The code I used for testing is provided below.Beta Was this translation helpful? Give feedback.
All reactions