diff --git a/doc/doc_ch/algorithm_rec_nrtr.md b/doc/doc_ch/algorithm_rec_nrtr.md index f05b8c7ba82a2b490dce9948fbe2abcaa7495c62..e252a3b92603bf74b7be6d7f79f45574891e71ae 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 325a20762f8d0e0c238ab69ed5ddb86b684d2823..650b7dfd187480f0e038bc4e916f0c18d2522646 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 07c71eff7bc97650bd52916e98cb3b278de792bb..3f8fd0adee900cf889d70e8b78fb1122d54c7d08 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 f7e215ff6f1012698029bdad0d92e7e4498c9850..6903a5e798e88c78b88bbffa43ae134b1a4d144f 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} } ```