File size: 595 Bytes
d61b9c7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
r"""
Fang, Shancheng, Hongtao, Xie, Yuxin, Wang, Zhendong, Mao, and Yongdong, Zhang.
"Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition." .
In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (pp. 7098-7107).2021.

https://arxiv.org/abs/2103.06495

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/FangShancheng/ABINet
License: 2-clause BSD License (see included LICENSE file)
"""