From 9e51399489348b842e6d28d691d81e3fe90df662 Mon Sep 17 00:00:00 2001 From: JetHong <1147925384@qq.com> Date: Mon, 12 Apr 2021 21:03:23 +0800 Subject: [PATCH] Update pgnet_en.md --- doc/doc_en/pgnet_en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doc_en/pgnet_en.md b/doc/doc_en/pgnet_en.md index 70cf8f92..1352fbbe 100644 --- a/doc/doc_en/pgnet_en.md +++ b/doc/doc_en/pgnet_en.md @@ -24,10 +24,11 @@ The results of detection and recognition are as follows: ![](../imgs_results/e2e_res_img293_pgnet.png) ![](../imgs_results/e2e_res_img295_pgnet.png) ### Performance + Test set: total text + Test environment: NVIDIA Tesla V100-SXM2-16GB -Note: the following results are without GRM module and will be released in the future -| |det_precision|det_recall|det_f_score|e2e_precision|e2e_recall|e2e_f_score|FPS|download| +|PGNetA|det_precision|det_recall|det_f_score|e2e_precision|e2e_recall|e2e_f_score|FPS|download| | --- | --- | --- | --- | --- | --- | --- | --- | --- | |Paper|85.30|86.80|86.1|-|-|61.7|38.20 (size=640)|-| |Ours|87.03|82.48|84.69|61.71|58.43|60.03|48.73 (size=768)|[download link](https://paddleocr.bj.bcebos.com/dygraph_v2.0/pgnet/en_server_pgnetA.tar)| -- GitLab