File size: 620 Bytes
d61b9c7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
r"""
Baek, Jeonghun, Geewook Kim, Junyeop Lee, Sungrae Park, Dongyoon Han, Sangdoo Yun, Seong Joon Oh, and Hwalsuk Lee.
"What is wrong with scene text recognition model comparisons? dataset and model analysis."
In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 4715-4723. 2019.

https://arxiv.org/abs/1904.01906

All source files, except `system.py`, are based on the implementation listed below,
and hence are released under the license of the original.

Source: https://github.com/clovaai/deep-text-recognition-benchmark
License: Apache License 2.0 (see LICENSE file in project root)
"""