-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RapidOCR Error - Leaked Semaphore Objects & OOM Killer #231
Comments
I guess that some of the 1000 images are large in size, which causes the memory request to exceed the limit when recognizing these images. Later, I will add this logic in the code to control the memory from exceeding the limit. |
@SWHL, Thank you for the response! I have couple of follow-up questions based on your suggestions:
|
These two points are already under development, please refer to the develop branch, and they will be updated to the new version soon. |
You can try it again with the |
@SWHL, Thanks for your update, I tried with the version 1.3.25, but it does not work for me. I am facing the same issue. |
Can you confirm if there are any fixed ones among the 1000 that will trigger OOM issues? If it can be stably reproduced, please provide this image. |
Problem Description:
While processing a large number of images (approximately 1000) using RapidOCR, I encountered the following errors midway through the process:
System Information:
rapidocr-onnxruntime 1.3.24
Reproducible Code:
Research & Findings:
These errors seem to be related to memory leaks during batch image processing. I am uncertain about how to resolve these issues within RapidOCR, especially when handling large numbers of images.
Additional Questions:
Any guidance or solutions would be greatly appreciated!
The text was updated successfully, but these errors were encountered: