提交 81785f35 编写于 作者: C chenjun2hao

updata the readme.md

Signed-off-by: Nchenjun2hao <chenjun01@ebupt.com>
上级 88786bc8
...@@ -35,12 +35,19 @@ then you can see in the terminel as follow: ...@@ -35,12 +35,19 @@ then you can see in the terminel as follow:
![attentionocr](./test_img/md_img/attentionV2.png) ![attentionocr](./test_img/md_img/attentionV2.png)
there uses the decoderV2 model for decoder. there uses the decoderV2 model for decoder.
# The previous version
**_git checkout AttentionOcrV1_**
# Reference # Reference
1. [crnn.pytorch](https://github.com/meijieru/crnn.pytorch) 1. [crnn.pytorch](https://github.com/meijieru/crnn.pytorch)
2. [Attention-OCR](https://github.com/da03/Attention-OCR) 2. [Attention-OCR](https://github.com/da03/Attention-OCR)
3. [Seq2Seq-PyTorch](https://github.com/MaximumEntropy/Seq2Seq-PyTorch) 3. [Seq2Seq-PyTorch](https://github.com/MaximumEntropy/Seq2Seq-PyTorch)
4. [caffe_ocr](https://github.com/senlinuc/caffe_ocr) 4. [caffe_ocr](https://github.com/senlinuc/caffe_ocr)
# TO DO # TO DO
- [ ] change LSTM to Conv1D, it can greatly accelerate the inference - [ ] change LSTM to Conv1D, it can greatly accelerate the inference
- [ ] change the cnn bone model with inception net, densenet - [ ] change the cnn bone model with inception net, densenet
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册