From 81785f3591cd89cbc4fc7744f727e7f2b8961e54 Mon Sep 17 00:00:00 2001 From: chenjun2hao Date: Sun, 24 Mar 2019 15:37:46 +0800 Subject: [PATCH] updata the readme.md Signed-off-by: chenjun2hao --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 49edb9e..bce7f8e 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,19 @@ then you can see in the terminel as follow: ![attentionocr](./test_img/md_img/attentionV2.png) there uses the decoderV2 model for decoder. + +# The previous version + +**_git checkout AttentionOcrV1_** + + # Reference 1. [crnn.pytorch](https://github.com/meijieru/crnn.pytorch) 2. [Attention-OCR](https://github.com/da03/Attention-OCR) 3. [Seq2Seq-PyTorch](https://github.com/MaximumEntropy/Seq2Seq-PyTorch) 4. [caffe_ocr](https://github.com/senlinuc/caffe_ocr) + # TO DO - [ ] change LSTM to Conv1D, it can greatly accelerate the inference - [ ] change the cnn bone model with inception net, densenet -- GitLab