shengyucaihua / DB

A PyToch implementation of "Real-time Scene Text Detection with Differentiable Binarization".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}
}

About

A PyToch implementation of "Real-time Scene Text Detection with Differentiable Binarization".