Open MrTTTTTwinkel opened 5 years ago
In my opinion, advancedEAST is suitable for detecting text line, but it may have difficulty in finding text line with distortions. If you want to detect text line of arbitrary shapes, you can try TextSnake, and you can follow its guide to label your image.
As for how to label two words with a space, it depends on what effect you want the model to realize, that is, if you wanna train a model not insensitive to space, you put the two words in a label.
I know we have to take the blank between one word and another into consideration while labelling a image. If there are two separated words, how do I decide when to put the two words into one label or to label the words separately. And when it comes to a whole sentence, how should I label a image with distortions, should I split the sentence into several parts and label all the parts separately into a quadrangle? Thanks a million :)