From e13c107b000b9c2b84a96637bb1a3c86a80676ee Mon Sep 17 00:00:00 2001 From: hwalsuklee Date: Fri, 17 May 2019 15:27:14 +0900 Subject: [PATCH] update readme.md add a link to the implementation of CRNN in pytorch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb85f1b..1353bbc 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ A curated list of awesome deep learning based papers on text detection and recog '15-ICLR | 14/12/18 | [Deep structured output learning for unconstrained text recognition](https://arxiv.org/pdf/1412.5903.pdf) | 0.717 | |0.896 | 0.818 | [`TF`](https://github.com/AlexandreSev/Structured_Data)
[`SLIDE`](https://www.robots.ox.ac.uk/~vgg/publications/2015/Jaderberg15a/presentation.pdf)
[`VIDEO`](https://www.youtube.com/watch?v=NYkG38RCoRg) '16-IJCV | 15/05/07 | [Reading text in the wild with convolutional neural networks](https://arxiv.org/pdf/1412.1842.pdf) | 0.807 | | 0.933 | 0.908 | [`KERAS`](https://github.com/mathDR/reading-text-in-the-wild) '16-AAAI | 15/06/14 | [Reading Scene Text in Deep Convolutional Sequences](https://arxiv.org/pdf/1506.04395.pdf) -'17-TPAMI | 15/07/21 | [An end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition](https://arxiv.org/pdf/1507.05717.pdf) | 0.808 | 0.782 | 0.894 | 0.867 | [`TORCH(M)`](https://github.com/bgshih/crnn)
[`TF`](https://github.com/weinman/cnn_lstm_ctc_ocr)
[`TF`](https://github.com/watsonyanghx/CNN_LSTM_CTC_Tensorflow)
[`TF`](https://github.com/MaybeShewill-CV/CRNN_Tensorflow)
[`TF`](https://github.com/bai-shang/OCR_TF_CRNN_CTC)
[`PYTORCH`](https://github.com/meijieru/crnn.pytorch)
[`BLOG(KR)`](https://medium.com/@mldevhong/%EB%85%BC%EB%AC%B8-%EB%B2%88%EC%97%AD-rcnn-an-end-to-end-trainable-neural-network-for-image-based-sequence-recognition-and-its-f6456886d6f8) +'17-TPAMI | 15/07/21 | [An end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition](https://arxiv.org/pdf/1507.05717.pdf) | 0.808 | 0.782 | 0.894 | 0.867 | [`TORCH(M)`](https://github.com/bgshih/crnn)
[`TF`](https://github.com/weinman/cnn_lstm_ctc_ocr)
[`TF`](https://github.com/watsonyanghx/CNN_LSTM_CTC_Tensorflow)
[`TF`](https://github.com/MaybeShewill-CV/CRNN_Tensorflow)
[`TF`](https://github.com/bai-shang/OCR_TF_CRNN_CTC)
[`PYTORCH`](https://github.com/meijieru/crnn.pytorch)
[`PYTORCH(M)`](https://github.com/BelBES/crnn-pytorch)
[`BLOG(KR)`](https://medium.com/@mldevhong/%EB%85%BC%EB%AC%B8-%EB%B2%88%EC%97%AD-rcnn-an-end-to-end-trainable-neural-network-for-image-based-sequence-recognition-and-its-f6456886d6f8) '16-CVPR | 16/03/09 | [Recursive Recurrent Nets with Attention Modeling for OCR in the Wild](https://arxiv.org/pdf/1603.03101.pdf) | 0.807 | 0.784 | 0.887 | 0.9 | '16-CVPR | 16/03/12 | [Robust scene text recognition with automatic rectification](https://arxiv.org/pdf/1603.03915.pdf) | 0.819 | 0.819 | 0.901 | 0.886 | [`PYTORCH`](https://github.com/marvis/ocr_attention)
[`PYTORCH`](https://github.com/WarBean/tps_stn_pytorch) '16-CVPR | 16/06/27 | [CNN-N-Gram for Handwriting Word Recognition](https://www.cs.tau.ac.il/~wolf/papers/CNNNGram.pdf) | 0.8362 | | | | [`VIDEO`](https://www.youtube.com/watch?v=czc2Ipm3Bis)