From f7a51e9e2797bb21794cf0bc2482684e7d399ce5 Mon Sep 17 00:00:00 2001 From: Topdu <784990967@qq.com> Date: Tue, 3 May 2022 07:28:50 +0000 Subject: [PATCH] add svtr cite link --- doc/doc_ch/algorithm_rec_nrtr.md | 4 ++-- doc/doc_ch/algorithm_rec_svtr.md | 10 +++++----- doc/doc_en/algorithm_rec_nrtr_en.md | 4 ++-- doc/doc_en/algorithm_rec_svtr_en.md | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/doc_ch/algorithm_rec_nrtr.md b/doc/doc_ch/algorithm_rec_nrtr.md index f05b8c7b..e252a3b9 100644 --- a/doc/doc_ch/algorithm_rec_nrtr.md +++ b/doc/doc_ch/algorithm_rec_nrtr.md @@ -144,9 +144,9 @@ Predicts of ./doc/imgs_words_en/word_10.png:('pain', 0.9265879392623901) ```bibtex @article{Sheng2019NRTR, - author = {Fenfen Sheng and Zhineng Chen andBo Xu}, title = {NRTR: A No-Recurrence Sequence-to-Sequence Model For Scene Text Recognition}, - journal = {ICDAR}, + author = {Fenfen Sheng and Zhineng Chen andBo Xu}, + booktitle = {ICDAR}, year = {2019}, url = {http://arxiv.org/abs/1806.00926}, pages = {781-786} diff --git a/doc/doc_ch/algorithm_rec_svtr.md b/doc/doc_ch/algorithm_rec_svtr.md index 325a2076..650b7dfd 100644 --- a/doc/doc_ch/algorithm_rec_svtr.md +++ b/doc/doc_ch/algorithm_rec_svtr.md @@ -165,10 +165,10 @@ Predicts of ./doc/imgs_words_en/word_10.png:('pain', 0.9999998807907104) ```bibtex @article{Du2022SVTR, - author = {Du, Yongkun and Chen, Zhineng and Jia, Caiyan and Yin, Xiaoting and Zheng, Tianlun and Li, Chenxia and Du, Yuning and Jiang, Yu-Gang}, - title = {SVTR: Scene Text Recognition with a Single Visual Model}, - publisher = {IJCAI}, - year = {2022}, - url = {https://arxiv.org/abs/2205.00159} + title = {SVTR: Scene Text Recognition with a Single Visual Model}, + author = {Du, Yongkun and Chen, Zhineng and Jia, Caiyan and Yin, Xiaoting and Zheng, Tianlun and Li, Chenxia and Du, Yuning and Jiang, Yu-Gang}, + booktitle = {IJCAI}, + year = {2022}, + url = {https://arxiv.org/abs/2205.00159} } ``` diff --git a/doc/doc_en/algorithm_rec_nrtr_en.md b/doc/doc_en/algorithm_rec_nrtr_en.md index 07c71eff..3f8fd0ad 100644 --- a/doc/doc_en/algorithm_rec_nrtr_en.md +++ b/doc/doc_en/algorithm_rec_nrtr_en.md @@ -125,9 +125,9 @@ Not supported ```bibtex @article{Sheng2019NRTR, - author = {Fenfen Sheng and Zhineng Chen andBo Xu}, title = {NRTR: A No-Recurrence Sequence-to-Sequence Model For Scene Text Recognition}, - journal = {ICDAR}, + author = {Fenfen Sheng and Zhineng Chen andBo Xu}, + booktitle = {ICDAR}, year = {2019}, url = {http://arxiv.org/abs/1806.00926}, pages = {781-786} diff --git a/doc/doc_en/algorithm_rec_svtr_en.md b/doc/doc_en/algorithm_rec_svtr_en.md index f7e215ff..6903a5e7 100644 --- a/doc/doc_en/algorithm_rec_svtr_en.md +++ b/doc/doc_en/algorithm_rec_svtr_en.md @@ -130,16 +130,16 @@ Not supported ## 5. FAQ -1. Since most of the op operators used by `SVTR` are matrix multiplication, in the GPU environment, the speed has an advantage, but in the environment where mkldnn is enabled on the CPU, `SVTR` has no advantage over the optimized convolutional network. +1. Since most of the operators used by `SVTR` are matrix multiplication, in the GPU environment, the speed has an advantage, but in the environment where mkldnn is enabled on the CPU, `SVTR` has no advantage over the optimized convolutional network. ## Citation ```bibtex @article{Du2022SVTR, - author = {Du, Yongkun and Chen, Zhineng and Jia, Caiyan and Yin, Xiaoting and Zheng, Tianlun and Li, Chenxia and Du, Yuning and Jiang, Yu-Gang}, - title = {SVTR: Scene Text Recognition with a Single Visual Model}, - publisher = {IJCAI}, - year = {2022}, - url = {https://arxiv.org/abs/2205.00159} + title = {SVTR: Scene Text Recognition with a Single Visual Model}, + author = {Du, Yongkun and Chen, Zhineng and Jia, Caiyan and Yin, Xiaoting and Zheng, Tianlun and Li, Chenxia and Du, Yuning and Jiang, Yu-Gang}, + booktitle = {IJCAI}, + year = {2022}, + url = {https://arxiv.org/abs/2205.00159} } ``` -- GitLab