-
Notifications
You must be signed in to change notification settings - Fork 73
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
error when running ocr.py #23
Comments
Hey, i encountered the same issue, you can check in the model variable. It will get empty value because of wrong value initialised in location variable in |
Hi, I've encountered a couple of issues while working on your project that I'd like to bring to your attention. Issue 1: Outdated Dependencies The project seems to be using an outdated version of scikit-learn. Specifically, it's trying to unpickle an Issue 2: IndexError in OCR.py I've also encountered an Here's the traceback for your reference: /usr/local/lib/python3.10/dist-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator MLPClassifier from version 0.22 when using version 1.2.2. This might lead to breaking code or invalid results. Use at your own risk.
warnings.warn(
0% 0/2 [00:09<?, ?it/s]
Traceback (most recent call last):
File "/content/Arabic-OCR/src/OCR.py", line 98, in <module>
running_time.append(run(images_path))
File "/content/Arabic-OCR/src/OCR.py", line 60, in run
img_name = image_path.split('\\')[1].split('.')[0]
IndexError: list index out of range I hope this information helps in resolving these issues. Please let me know if you need any further details. |
i have the same issue here Traceback (most recent call last): |
please help me to reslove this problem.thank you!
The text was updated successfully, but these errors were encountered: