You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,18 @@
2
2
3
3
This repository implements the ASTER in pytorch. Origin software could be found in [here](https://github.com/bgshih/aster).
4
4
5
+
ASTER is an accurate scene text recognizer with flexible rectification mechanism. The research paper can be found [here](https://ieeexplore.ieee.org/abstract/document/8395027/).
At present, the bidirectional attention decoder proposed in ASTER is not included in my implementation.
24
29
@@ -29,5 +34,38 @@ You can use the codes to bootstrap for your next text recognition research proje
29
34
30
35
We give an example to construct your own datasets. Details please refer to `tools/create_svtp_lmdb.py`.
31
36
37
+
## Citation
38
+
39
+
If you find this project helpful for your research, please cite the following papers:
40
+
41
+
```
42
+
@article{bshi2018aster,
43
+
author = {Baoguang Shi and
44
+
Mingkun Yang and
45
+
Xinggang Wang and
46
+
Pengyuan Lyu and
47
+
Cong Yao and
48
+
Xiang Bai},
49
+
title = {ASTER: An Attentional Scene Text Recognizer with Flexible Rectification},
50
+
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
51
+
volume = {},
52
+
number = {},
53
+
pages = {1-1},
54
+
year = {2018},
55
+
}
56
+
57
+
@inproceedings{ShiWLYB16,
58
+
author = {Baoguang Shi and
59
+
Xinggang Wang and
60
+
Pengyuan Lyu and
61
+
Cong Yao and
62
+
Xiang Bai},
63
+
title = {Robust Scene Text Recognition with Automatic Rectification},
64
+
booktitle = {2016 {IEEE} Conference on Computer Vision and Pattern Recognition,
65
+
{CVPR} 2016, Las Vegas, NV, USA, June 27-30, 2016},
66
+
pages = {4168--4176},
67
+
year = {2016}
68
+
}
69
+
```
32
70
33
71
IMPORTANT NOTICE: Although this software is licensed under MIT, our intention is to make it free for academic research purposes. If you are going to use it in a product, we suggest you [contact us]([email protected]) regarding possible patent issues.
0 commit comments