tensorflow-ocr icon indicating copy to clipboard operation
tensorflow-ocr copied to clipboard

🖺 OCR using tensorflow with attention

Results 8 tensorflow-ocr issues
Sort by recently updated
recently updated
newest added

Can you please share your architecture model. Im trying text_recognizer, but it needs the current_model.h5 which is not available. Thanks.

When i try to run mouse_prediction.py i get the following error message: `\AppData\Local\Programs\Python\Python37\lib\site-packages\h5py\_hl\files.py", line 173, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py\_objects.pyx",...

Traceback (most recent call last): File "train_letters.py", line 61, in net.train(data=data, dropout=.6, display_step=10, test_step=1000) # run resume File "/usr/local/lib/python3.5/dist-packages/layer/net.py", line 438, in train tf.add_check_numerics_ops() File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/numerics.py", line 90, in add_check_numerics_ops...

What did I do : `python train_ocr_layer.py` After I got ckpt file, I try to transfer it into pb file with code: ``` import tensorflow as tf from tensorflow.python.framework import...

where is file? in text.py 13 lines "open (word_file).read().splitlines()" no file '/usr/share/dict/words'

I am running train_letter.py and return this "No such file or directory: 'fonts.list'"

Hi, What's the license of this project?

Hi, After running all 500000 steps, the test accuracy is only 0.4375, is it right? ![image](https://cloud.githubusercontent.com/assets/7008933/21124014/387d569c-c117-11e6-8967-29e8440ef99f.png)