AlbanSeurat / keras-ocr

An OCR based on Keras/Tensorflow based on this architecture : https://towardsdatascience.com/build-a-handwritten-text-recognition-system-using-tensorflow-2326a3487cd5
Apache License 2.0
3 stars 2 forks source link

running your code #1

Open un-lock-me opened 5 years ago

un-lock-me commented 5 years ago

hello,

Thanks for sharing your code. I want to work on your code, but where is run.py script?

AlbanSeurat commented 5 years ago

The run.py is from the generator project.

To run my project you need to run test_ocr.py.

I will update my readme.md

un-lock-me commented 5 years ago

That would be great if you could update the readme. I just saw that you have used vgg data. Actually, I do not want to train from scratch. I want to see the result with your saved weight if you have saved it.

It requires me labels in folder out/ Also, it searches the weights in folder data but this folder is not available in your code

Thank you for helping out

un-lock-me commented 5 years ago

Also, did this model works good for reading pdf text, reading receipt and also signs in the street?