update readme.md

add a pytorch-implementation for ASTER
This commit is contained in:
hwalsuklee 2019-07-29 09:03:51 +09:00 committed by GitHub
parent fd0989768c
commit 75c6df8837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ A curated list of awesome deep learning based papers on text detection and recog
'18-AAAI | 18/01/04 | [Char-Net: A Character-Aware Neural Network for Distorted Scene Text Recognition](http://www.visionlab.cs.hku.hk/publications/wliu_aaai18.pdf) | 0.844 | 0.836 | 0.915 | 0.908 |
'18-AAAI | 18/01/04 | [SqueezedText: A Real-time Scene Text Recognition by Binary Convolutional Encoder-decoder Network](https://pdfs.semanticscholar.org/0e59/f7d7e9c9380b425a94038c7a2500b2f6063a.pdf) | | 0.87 | 0.931 | 0.929 |
'18-CVPR | 18/05/09 | [Edit Probability for Scene Text Recognition](https://arxiv.org/pdf/1805.03384.pdf) | 0.875 | 0.883 | 0.946 | 0.944 |
'18-TPAMI | 18/06/25 | [ASTER: An Attentional Scene Text Recognizer with Flexible Rectification](http://122.205.5.5:8071/UpLoadFiles/Papers/ASTER_PAMI18.pdf) | 0.936 | 0.934 | 0.945 | 0.918 | [`*TF(M)`](https://github.com/bgshih/aster)
'18-TPAMI | 18/06/25 | [ASTER: An Attentional Scene Text Recognizer with Flexible Rectification](http://122.205.5.5:8071/UpLoadFiles/Papers/ASTER_PAMI18.pdf) | 0.936 | 0.934 | 0.945 | 0.918 | [`*TF(M)`](https://github.com/bgshih/aster) <br> [`PYTORCH`](https://github.com/ayumiymk/aster.pytorch)
'18-ECCV | 18/09/08 | [Synthetically Supervised Feature Learning for Scene Text Recognition](http://openaccess.thecvf.com/content_ECCV_2018/papers/Yang_Liu_Synthetically_Supervised_Feature_ECCV_2018_paper.pdf) | 0.871 | 0.894 | 0.947 | 0.94 |
'19-AAAI | 18/09/18 | [Scene Text Recognition from Two-Dimensional Perspective](https://arxiv.org/pdf/1809.06508.pdf) | 0.821 | 0.92 | | 0.914 |
'19-CVPR | 18/12/14 | [ESIR: End-to-end Scene Text Recognition via Iterative Image Rectification](https://arxiv.org/pdf/1812.05824.pdf) | 0.902 | 0.933 | | 0.913 | [PRJ](https://github.com/fnzhan/ESIR)