deep-text-recognition-benchmark icon indicating copy to clipboard operation
deep-text-recognition-benchmark copied to clipboard

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

Open futureflsl opened this issue 3 years ago • 2 comments

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

futureflsl avatar Jan 05 '22 00:01 futureflsl

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

akbarwijayaa avatar Jan 12 '22 10:01 akbarwijayaa

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!

AhmadZobairSurosh avatar Mar 15 '22 13:03 AhmadZobairSurosh