From 32f85fd92b9bf0728b7fa9eaa796417dd4f83f67 Mon Sep 17 00:00:00 2001 From: smilelite Date: Sun, 12 Jun 2022 13:31:33 +0800 Subject: [PATCH] modify algorithm_overview_en_again --- doc/doc_en/algorithm_overview_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/algorithm_overview_en.md b/doc/doc_en/algorithm_overview_en.md index 1f539558..9c09be90 100755 --- a/doc/doc_en/algorithm_overview_en.md +++ b/doc/doc_en/algorithm_overview_en.md @@ -84,7 +84,7 @@ Refer to [DTRB](https://arxiv.org/abs/1904.01906), the training and evaluation r |SAR|Resnet31| 87.20% | rec_r31_sar | [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.1/rec/rec_r31_sar_train.tar) | |SEED|Aster_Resnet| 85.35% | rec_resnet_stn_bilstm_att | [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.1/rec/rec_resnet_stn_bilstm_att.tar) | |SVTR|SVTR-Tiny| 89.25% | rec_svtr_tiny_none_ctc_en | [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/rec_svtr_tiny_none_ctc_en_train.tar) | -|RobustScanner|ResNet32| 87.77% | rec_r31_robustscanner | coming soon | +|RobustScanner|ResNet31| 87.77% | rec_r31_robustscanner | coming soon | -- GitLab