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

Files compatible with the recent versions of Keras and Theano/Tensorflow

Open The-Gupta opened this issue 8 years ago • 6 comments

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?

The-Gupta avatar Jul 27 '17 13:07 The-Gupta

Not to my knowledge. This would be a great PR if you want to tackle this?

mathDR avatar Jul 27 '17 16:07 mathDR

Hello @mathDR, I need your help. Could you write to me at [email protected]?

The-Gupta avatar Aug 04 '17 06:08 The-Gupta

Hey @The-Gupta what is the issue? Can you elaborate?

mathDR avatar Aug 04 '17 16:08 mathDR

@mathDR , I see you've posted only the text recognition code but not region proposal implementaion - how the bounding boxes are found and their numbers are reduced. If you've not, do you know who has implemented these parts as well of Section 4 of Max's paper - https://arxiv.org/pdf/1412.1842.pdf, preferably in Python?

The-Gupta avatar Aug 07 '17 12:08 The-Gupta

@The-Gupta That was always the plan, but I never got to it. Furthermore, I don't know of the existence of python for doing this pipeline. I do recall, however, that most, if not all, of the functionality exists in python (numpy, scipy, scikit-learn, etc.) and you would just have to link it all together.

If you take an initial attempt at building it, then I could help out (some) in adding functionality.

mathDR avatar Aug 07 '17 16:08 mathDR

@The-Gupta - have you found out solution?

archenroot avatar Apr 22 '19 17:04 archenroot