clovaai / SATRN

Official Tensorflow Implementation of SATRN (CVPR Workshop WTDDLE 2020)
https://openaccess.thecvf.com/content_CVPRW_2020/papers/w34/Lee_On_Recognizing_Texts_of_Arbitrary_Shapes_With_2D_Self-Attention_CVPRW_2020_paper.pdf
MIT License
161 stars 35 forks source link

I want to confirm whether the code supports multi-line recognition? #11

Open SeanLiu081 opened 3 years ago

SeanLiu081 commented 3 years ago

I want to use this code to do multi-line recognition. The maximum length of multi-line text may be 200 to 400. There are many Chinese characters in the text. After the dataset was completed, it was directly killed when training is started.

SeanLiu081 commented 3 years ago

image