Skip to content
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

EasyOCR is taking ~8 seconds for initialization #1273

Open
bhuvnesh1315 opened this issue Jul 1, 2024 · 0 comments
Open

EasyOCR is taking ~8 seconds for initialization #1273

bhuvnesh1315 opened this issue Jul 1, 2024 · 0 comments

Comments

@bhuvnesh1315
Copy link

bhuvnesh1315 commented Jul 1, 2024

CODE:
import easyocr
import time

print("Initializing", time.time())
reader = None
reader = easyocr.Reader(['en'], gpu="cuda:0")
print("Initialized", time.time())

OUTPUT:
Initializing 1719830193.2815192
Initialized 1719830201.5142188

EasyOCR version : 1.6.2
CUDA version : 12.2
OS : Ubuntu 22.04.3 LTS
Python version : 3.10.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant