MichalBusta / FASText

Efficient Unconstrained Scene Text Detector
GNU General Public License v2.0
191 stars 74 forks source link

How Can i transform detector output to character? #31

Closed WangShuaiHefei closed 6 years ago

WangShuaiHefei commented 6 years ago

Hello Mr.Neumann, I am a student ,interesting in your Excellent work on FASText. Infact i am a novice in Ocr area.I run your code,and get the corresponding output .Now i dont know how to transform the output to character.Is there any public code or program which can work it out?

Please suggest the solutions, Regards

MichalBusta commented 6 years ago

Hi, you have so many options, the choice depends on application, so I just make quick subset:

https://github.com/tmbdev/clstm https://github.com/da03/Attention-OCR https://github.com/MichalBusta/DeepTextSpotter (ocr network part) .... so many others

Hope this helps. All the best, Michal