ImageTextRecognition
ImageTextRecognition copied to clipboard
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 maybe_text = user.select_text_among_candidates('/Users/aleh/Development/samples/python/ImageTextRecognition/linearsvc-hog-fulltrain2-90.pickle') File...
this project is not running in python 2.7 and also in 3.7 I have all packages
 I am getting output like the attached one, what i have noticed , you have mentioned pickle files in ocr-config.py , cifar-config.py , text-config.py , these files are not...
I attached the image for 1st step and boxing is very strange ? Any idea ? Also would you consider to upgrade your codes according to 2017 Deep Learning techniques...
I have below errors: ``` Traceback (most recent call last): File "/Users/alpullu/PycharmProjects/ImageTextRecognition/main.py", line 42, in data = OcrData('ocr-config.py') File "/Users/alpullu/PycharmProjects/ImageTextRecognition/data.py", line 55, in __init__ self.load() File "/Users/alpullu/PycharmProjects/ImageTextRecognition/data.py", line 185, in...
I was able to run the script on some text images. As per understanding, there is a pre-trained model being used. Are there any steps to train on a custom...
I have installed Anaconda + tensor flow + CUDA on my system 1. Anaconda version installed : Anaconda3-4.2.0-Windows-x86_64 2. tensorflow for gpu is installed using pip install command. 3. Cuda...
Traceback (most recent call last): File "C:\Users\500040184\My Documents\LiClipse Workspace\major1\src\ImageTextRecognition-master\main.py", line 13, in user = UserData('lao.jpg') File "C:\Users\500040184\My Documents\LiClipse Workspace\major1\src\ImageTextRecognition-master\userimageski.py", line 25, in __init__ self.image = imread(image_file, as_grey=True) File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io\_io.py", line...
sys.exit(0) used several location, but not imported sys
Traceback (most recent call last): File "main.py", line 21, in maybe_text = user.select_text_among_candidates('/home/rituraj/ImageTextRecognition-master/linearsvc-hog-fulltrain2-90.pickle') File "/home/rituraj/ImageTextRecognition-master/userimageski.py", line 100, in select_text_among_candidates model = cPickle.load(fin) File "/home/rituraj/ImageTextRecognition-master/data.py", line 21, in from nolearn.convnet import...