Open The-Gupta opened 7 years ago
Not to my knowledge. This would be a great PR if you want to tackle this?
Hello @mathDR, I need your help. Could you write to me at vishal.gupta@nitdelhi.ac.in?
Hey @The-Gupta what is the issue? Can you elaborate?
@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 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.
@The-Gupta - have you found out solution?
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?