Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 666 Bytes

DB

A Pytoch implementation of "Real-time Scene Text Detection with Differentiable Binarization". This paper presents a real-time arbitrary-shape scene text detector, achieving the state-of-the-art performance on standard benchmarks.

Code is preparing. Coming Soon.

Citing the related works

Please cite this paper in your publications if it helps your research:

@inproceedings{liao2020real,
  author={Liao, Minghui and Wan, Zhaoyi and Yao, Cong and Chen, Kai and Bai, Xiang},
  title={Real-time Scene Text Detection with Differentiable Binarization},
  booktitle={Proc. AAAI},
  year={2020}
}