huoyijie / AdvancedEAST

AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.https://github.com/huoyijie/raspberrypi-car
https://huoyijie.cn/
MIT License
1.22k stars 381 forks source link

How to label an image properly. #65

Open MrTTTTTwinkel opened 5 years ago

MrTTTTTwinkel commented 5 years ago

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 :)

moyemoji commented 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.