提交 f7a51e9e 编写于 作者: T Topdu

add svtr cite link

上级 25820aae
...@@ -144,9 +144,9 @@ Predicts of ./doc/imgs_words_en/word_10.png:('pain', 0.9265879392623901) ...@@ -144,9 +144,9 @@ Predicts of ./doc/imgs_words_en/word_10.png:('pain', 0.9265879392623901)
```bibtex ```bibtex
@article{Sheng2019NRTR, @article{Sheng2019NRTR,
author = {Fenfen Sheng and Zhineng Chen andBo Xu},
title = {NRTR: A No-Recurrence Sequence-to-Sequence Model For Scene Text Recognition}, 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}, year = {2019},
url = {http://arxiv.org/abs/1806.00926}, url = {http://arxiv.org/abs/1806.00926},
pages = {781-786} pages = {781-786}
......
...@@ -165,10 +165,10 @@ Predicts of ./doc/imgs_words_en/word_10.png:('pain', 0.9999998807907104) ...@@ -165,10 +165,10 @@ Predicts of ./doc/imgs_words_en/word_10.png:('pain', 0.9999998807907104)
```bibtex ```bibtex
@article{Du2022SVTR, @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},
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},
publisher = {IJCAI}, booktitle = {IJCAI},
year = {2022}, year = {2022},
url = {https://arxiv.org/abs/2205.00159} url = {https://arxiv.org/abs/2205.00159}
} }
``` ```
...@@ -125,9 +125,9 @@ Not supported ...@@ -125,9 +125,9 @@ Not supported
```bibtex ```bibtex
@article{Sheng2019NRTR, @article{Sheng2019NRTR,
author = {Fenfen Sheng and Zhineng Chen andBo Xu},
title = {NRTR: A No-Recurrence Sequence-to-Sequence Model For Scene Text Recognition}, 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}, year = {2019},
url = {http://arxiv.org/abs/1806.00926}, url = {http://arxiv.org/abs/1806.00926},
pages = {781-786} pages = {781-786}
......
...@@ -130,16 +130,16 @@ Not supported ...@@ -130,16 +130,16 @@ Not supported
<a name="5"></a> <a name="5"></a>
## 5. FAQ ## 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 ## Citation
```bibtex ```bibtex
@article{Du2022SVTR, @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},
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},
publisher = {IJCAI}, booktitle = {IJCAI},
year = {2022}, year = {2022},
url = {https://arxiv.org/abs/2205.00159} url = {https://arxiv.org/abs/2205.00159}
} }
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册