- Task 1 - Character Recognition
- Task 2 - Text Line Recognition
- Task 3 - Text Line Detection
- Task 4 - End-to-End Text Spotting
method: TPS-ResNet v12019-04-30
Authors: Jeonghun Baek, Moonbin Yim, Sungrae Park, and Hwalsuk Lee
Description: We used Thin-plate-spline (TPS) based Spatial transformer network (STN) which normalizes the input text images, ResNet based feature extractor, BiLSTM, and attention mechanism.
This model was developed based on the analysis of scene text recognition modules.
See our paper and source code.
[Training Data]
At first, we generated the Chinese synthetic datasets by MJSynth and SynthText code, then pre-trained our model with the synthetic dataset and real dataset (ArT, LSVT, ReCTS, and RCTW). After that, we finetuned it with ReCTS data.
method: Task 1 - Character Recognition2019-04-23
Authors: 柳博方(Bofang Liu),山东大学(Shandong University),张锦华(Jinhua Zhang), 广东工业大学(Guangdong University of Technology)
Description: I regard the Character Recognition as a classification problem, so I adopted the classification models to recognize the character. My email is yingsunwangjian@gmail.com
Date | Method | Result | |||
---|---|---|---|---|---|
2019-04-30 | TPS-ResNet v1 | 96.11% | |||
2019-04-23 | Task 1 - Character Recognition | 92.81% |