ImageTextRecognition
ImageTextRecognition copied to clipboard
AttributeError: 'LinearSVC' object has no attribute 'classes_'
Hi! I have a problem to run your project. Do you know, what is the problem?
Traceback (most recent call last):
File "/Users/aleh/Development/samples/python/ImageTextRecognition/main.py", line 22, in
Traceback (most recent call last):
File "/Users/ThomasInnovation/PycharmProjects/TextRecognition/main.py", line 14, in
I have the same issue as well
me too :-(
pip install scikit-learn==0.15.2 ...it will work
same problem
@SarfraazMsa - Thanks a lot! That worked for me!
great then @ronair01
I had issues unpickling the pickle files so I set encoding to latin1 when loading. However, this provided the following error:
Traceback (most recent call last):
File "C:\Users\Elitebook\Desktop\ImageTextRecognition-master\ImageTextRecognition-master\main.py", line 29, in
I assume this is because the code is unable to detect the objects as text since the "Objects Containing Text Detected" page is empty. Can anyone help me out here?
Traceback (most recent call last):
File "
File "/home/anaconda3/envs/py27/lib/python2.7/site-packages/spyder/utils/site/sitecustomize.py", line 705, in runfile execfile(filename, namespace)
File "/home/anaconda3/envs/py27/lib/python2.7/site-packages/spyder/utils/site/sitecustomize.py", line 94, in execfile builtins.execfile(filename, *where)
File "/home/king/Downloads/pooja project/ImageTextRecognition-master/main.py", line 22, in
File "userimageski.py", line 103, in select_text_among_candidates is_text = model.predict(self.candidates['flattened'])
File "/home/anaconda3/envs/py27/lib/python2.7/site-packages/sklearn/utils/metaestimators.py", line 35, in get
AttributeError: '_IffHasAttrDescriptor' object has no attribute 'get_attribute'
Hi guys, sorry but I have not been working on this project for years. The code base is really old and completely outdated. Not really sure how to help here.
now that issue has been resolved by downgrading scikit learn to 0.15.1 version, but still the characters that recognized from the same image for the same code is different, where exaclty the problem will be

pip install scikit-learn==0.15.2 ...it will work
Since downgrading is the solution, I assume we need to change a certain syntax for the newest version of scikit-learn correct?
yes
pip install scikit-learn==0.15.2 ...it will work
Since downgrading is the solution, I assume we need to change a certain syntax for the newest version of scikit-learn correct?
yes @rchavezj