From 7e13a6444eff0225c2c8444183433096f38b6168 Mon Sep 17 00:00:00 2001 From: Zhenyu Tang Date: Tue, 17 Oct 2017 14:04:38 +0800 Subject: [PATCH] Update README.md --- ctpn_crnn_ocr/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ctpn_crnn_ocr/README.md b/ctpn_crnn_ocr/README.md index 3379926..59f3f31 100644 --- a/ctpn_crnn_ocr/README.md +++ b/ctpn_crnn_ocr/README.md @@ -3,10 +3,11 @@ Scene Text Recognition based on ctpn and crnn ## ctpn: - [[github]](https://github.com/tianzhi0549/CTPN) -- [[Paper]]() +- Z. Tian, W. Huang, T. He, P. He and Y. Qiao: [Detecting Text in Natural Image with +Connectionist Text Proposal Network, ECCV, 2016.](https://arxiv.org/abs/1609.03605) ## crnn: - [[github]](https://github.com/bgshih/crnn) -- [[paper]]() +- [An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition](http://arxiv.org/abs/1507.05717) ##Required: - pytorch