parent
51e0dd4a0f
commit
a3124696b0
@ -0,0 +1,55 @@
|
||||
# 参考文献
|
||||
|
||||
```
|
||||
1. EAST:
|
||||
@inproceedings{zhou2017east,
|
||||
title={EAST: an efficient and accurate scene text detector},
|
||||
author={Zhou, Xinyu and Yao, Cong and Wen, He and Wang, Yuzhi and Zhou, Shuchang and He, Weiran and Liang, Jiajun},
|
||||
booktitle={Proceedings of the IEEE conference on Computer Vision and Pattern Recognition},
|
||||
pages={5551--5560},
|
||||
year={2017}
|
||||
}
|
||||
|
||||
2. DB:
|
||||
@article{liao2019real,
|
||||
title={Real-time Scene Text Detection with Differentiable Binarization},
|
||||
author={Liao, Minghui and Wan, Zhaoyi and Yao, Cong and Chen, Kai and Bai, Xiang},
|
||||
journal={arXiv preprint arXiv:1911.08947},
|
||||
year={2019}
|
||||
}
|
||||
|
||||
3. DTRB:
|
||||
@inproceedings{baek2019wrong,
|
||||
title={What is wrong with scene text recognition model comparisons? dataset and model analysis},
|
||||
author={Baek, Jeonghun and Kim, Geewook and Lee, Junyeop and Park, Sungrae and Han, Dongyoon and Yun, Sangdoo and Oh, Seong Joon and Lee, Hwalsuk},
|
||||
booktitle={Proceedings of the IEEE International Conference on Computer Vision},
|
||||
pages={4715--4723},
|
||||
year={2019}
|
||||
}
|
||||
|
||||
4. SAST:
|
||||
@inproceedings{wang2019single,
|
||||
title={A Single-Shot Arbitrarily-Shaped Text Detector based on Context Attended Multi-Task Learning},
|
||||
author={Wang, Pengfei and Zhang, Chengquan and Qi, Fei and Huang, Zuming and En, Mengyi and Han, Junyu and Liu, Jingtuo and Ding, Errui and Shi, Guangming},
|
||||
booktitle={Proceedings of the 27th ACM International Conference on Multimedia},
|
||||
pages={1277--1285},
|
||||
year={2019}
|
||||
}
|
||||
|
||||
5. SRN:
|
||||
@article{yu2020towards,
|
||||
title={Towards Accurate Scene Text Recognition with Semantic Reasoning Networks},
|
||||
author={Yu, Deli and Li, Xuan and Zhang, Chengquan and Han, Junyu and Liu, Jingtuo and Ding, Errui},
|
||||
journal={arXiv preprint arXiv:2003.12294},
|
||||
year={2020}
|
||||
}
|
||||
|
||||
6. end2end-psl:
|
||||
@inproceedings{sun2019chinese,
|
||||
title={Chinese Street View Text: Large-scale Chinese Text Reading with Partially Supervised Learning},
|
||||
author={Sun, Yipeng and Liu, Jiaming and Liu, Wei and Han, Junyu and Ding, Errui and Liu, Jingtuo},
|
||||
booktitle={Proceedings of the IEEE International Conference on Computer Vision},
|
||||
pages={9086--9095},
|
||||
year={2019}
|
||||
}
|
||||
```
|
@ -0,0 +1,31 @@
|
||||
# 效果展示
|
||||
- [超轻量级中文OCR效果展示](#超轻量级中文OCR)
|
||||
- [通用中文OCR效果展示](#通用中文OCR)
|
||||
- [支持空格的中文OCR效果展示](#支持空格的中文OCR)
|
||||
|
||||
<a name="超轻量级中文OCR"></a>
|
||||
## 超轻量级中文OCR效果展示
|
||||
|
||||
![](../imgs_results/1.jpg)
|
||||
![](../imgs_results/7.jpg)
|
||||
![](../imgs_results/12.jpg)
|
||||
![](../imgs_results/4.jpg)
|
||||
![](../imgs_results/6.jpg)
|
||||
![](../imgs_results/9.jpg)
|
||||
![](../imgs_results/16.png)
|
||||
![](../imgs_results/22.jpg)
|
||||
|
||||
<a name="通用中文OCR"></a>
|
||||
## 通用中文OCR效果展示
|
||||
![](../imgs_results/chinese_db_crnn_server/11.jpg)
|
||||
![](../imgs_results/chinese_db_crnn_server/2.jpg)
|
||||
![](../imgs_results/chinese_db_crnn_server/8.jpg)
|
||||
|
||||
<a name="支持空格的中文OCR"></a>
|
||||
## 支持空格的中文OCR效果展示
|
||||
|
||||
### 轻量级模型
|
||||
![](../imgs_results/img_11.jpg)
|
||||
|
||||
### 通用模型
|
||||
![](../imgs_results/chinese_db_crnn_server/en_paper.jpg)
|
Loading…
Reference in new issue