reading-text-in-the-wild icon indicating copy to clipboard operation
reading-text-in-the-wild copied to clipboard

A Keras/Theano implementation of "Reading Text in the Wild with Convolutional Neural Networks" by M Jaderberg et.al.

Results 9 reading-text-in-the-wild issues
Sort by recently updated
recently updated
newest added

I observe that CHAR2 and DICT models do very poorly when reading text from real world images. Even the given examples (easy ones with plain background) weren't read well by...

Hi I have the following issue after override the class and methods. Conda list: `# Name Version Build Channel _tflow_select 2.3.0 mkl absl-py 0.7.1 py37_0 astor 0.7.1 py37_0 blas 1.0...

Has anyone modified make_keras_dictnet_model.py and make_keras_charnet_model.py to make it compatible with the recent versions of Keras and Theano/Tensorflow?

Hi, I am getting following error when running any file that uses from keras.models import model_from_json RuntimeError: 'list' must be None or a list, not Any help please.

Hi, How can I pass multiple images as batch while testing? I made these changes in _use_dictnet.py_ line 44, just to check if I can provide multiple images. def classify_image(self,img):...

Hi, I'm getting this error when running 'make_keras_charnet_model.py'. I have the same version of Keras and Theano, and i updated the Keras as it's said in the readme: ``` runfile('/home/fer/Documentos/reading-text-in-the-wild-master/DICT2/extract_dictnet_weights.py',`...

I'm trying to train the charnet using your code However, keras will throw an error ("tuple expected, but get None") if datagen.flow is fed into model.fit_generator (line 43 in train_charnet.py)...

I am trying to run your code i try to run for datasets and model as follows :~/reading-text-in-the-wild/DICT2$ python extract_dictnet_weights.py File "extract_dictnet_weights.py", line 40 model_file = 'LOCATION OF dictnet.mat from...

in use_dictnet.py line 21: I have 1st error, I think it should be open('dict2_architecture.json') line 26: I have 2nd error, I think it should be self.model.load_weights('dict2_weights.h5') line 51: I have...