Skip to content

Commit 19d5a16

Browse files
authored
docs: update blog
1 parent 32e4f92 commit 19d5a16

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/blog/posts/about_model/support_mnn_engine.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,17 @@ Converted Success!
188188

189189
### 结果对比
190190

191+
!!! tip
192+
193+
其他版本的模型,我这里就直接给出对比结果了。因为教程都是一样的,仅换了一个模型而已。
194+
191195
|Exp|模型|推理框架|模型格式|Precision↑|Recall↑|H-mean↑|Elapse↓|
192196
|:---:|:---|:---|:---|:---:|:---:|:---:|:---:|
193-
|1|PP-OCRv4_mobile_det|RapidOCR |ONNXRuntime|0.8595|0.8434|0.8514|0.182|
194-
|2|PP-OCRv4_mobile_det|RapidOCR| MNN|0.8595|0.8434|0.8514|0.159|
197+
|1|ch_PP-OCRv4_det_infer|RapidOCR|ONNXRuntime|0.8595|0.8434|0.8514|0.182|
198+
|2|ch_PP-OCRv4_det_infer|RapidOCR|MNN|0.8595|0.8434|0.8514|0.159|
199+
|||||||||
200+
|3|ch_PP-OCRv5_mobile_det|RapidOCR|ONNXRuntime|0.7861|0.8266|0.8058|0.1835|
201+
|4|ch_PP-OCRv5_mobile_det|RapidOCR|MNN|0.7861|0.8266|0.8058|0.1526|
202+
|||||||||
203+
|5|ch_PP-OCRv4_det_server_infer|RapidOCR|ONNXRuntime|0.7713|0.8579|0.8123|2.8449|
204+
|6|ch_PP-OCRv4_det_server_infer|RapidOCR|MNN|0.7713|0.8579|0.8123|1.889|

0 commit comments

Comments
 (0)