-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
offline using #1332
Comments
Yes, you can. Download models "craft_mlt_25k.pth" and your language model "your_lang_model.pth" and put them into folder you want. In your code call your models that way:
I think you're just using wrong path. Debug your code, check if script has proper access to your model folder by:
|
Delete models (or change models folder) and give easyocr to download everything it wants. Check models that it downloaded. And then try to run detection with models it downloaded offline. |
I have downloaded models and set the model_storage_directory to a local path. But it still gave an error like:
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
. Could I use easyocr without internet access? Thanks!The text was updated successfully, but these errors were encountered: