clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.69k stars 1.08k forks source link

this project support space recognition?I add space in characters,but it does not work #322

Open futureflsl opened 2 years ago

futureflsl commented 2 years ago

I want to use this project to recongnize space,but in fact I train dataset,I found the word image deep text recognition benchmark predict result is: deeptextrecognitionbenchmark so,space char can be support for this project?How can I do to recognize space

akbarwijayaa commented 2 years ago

i have the same problem, how to detect space too?

AhmadZobairSurosh commented 2 years ago

Hi

There is a file called pipeline.py in ' https://towardsdatascience.com/pytorch-scene-text-detection-and-recognition-by-craft-and-a-four-stage-network-ec814d39db05 ' . It uses thresholds to decide what distance should be between the letters or words in order for the words to be extracted.

I hope you find it useful!