/Box_Discretization_Network

Omnidirectional Scene Text Detection with Sequential-free Box Discretization (IJCAI 2019)

MIT LicenseMIT

Box_Discretization_Network

This repository is built on the pytorch [maskrcnn_benchmark]. Full code will be released soon.

Description

To produce quadrilateral bounding box, segmentation-based methods need post-processing step to group pixels; non-segmentation methods are sensitive to annotating sequence, which undermining detection performance. This method can directly produce quadrilateral bounding box without these drawbacks, and it thus substantially improve the mask r-cnn performance in scene text datasets.

Paper [link]. If you have questions or confuses about the paper, please open an issue. We welcome any discussion.

This method is also served as the foundation for our recent ICDAR 2019 ReCTs competition method [link], which won the first place of the detection task.