- Task 3 - Text Line Detection - Method: Scene text detection of polar coordinate regression
- Method info
- Samples list
- Per sample details
method: Scene text detection of polar coordinate regression2019-04-30
Authors: 周圣杰(Shengjie Zhou)、黄富伟(Fuwei Huang)、文荟俨(Huiyan Wen)、李贤彪(Xianbiao Li)、周逸豪(Yihao Zhou)、苏统华(Tonghua Su)
Description: Organization:Harbin Institute of Technology
Contact information:15179126343 (Fuwei Huang)
Description:
The algorithm we proposed is used for Scene image text detect. We scale the image to a fixed aspect ratio of 512*768, and then use U-Net to output a 1-channel score map and an 8-channel geo map. The score map is used to determine whether it is a text area. The geo map is used to recall to the bounding box.The four vertices of our text box are represented by polar coordinates.