Skip to content

Commit 67de28a

Browse files
committed
docs: update blog
1 parent 651ee1a commit 67de28a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/blog/posts/about_model/adapt_PP-OCRv5_rec.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: RapidOCR集成PP-OCRv5_rec模型(mobile/server)记录
3-
date: 2025-05-30
3+
date:
4+
created: 2025-05-30
5+
updated: 2025-07-23
46
authors: [SWHL]
57
categories:
68
- 模型相关
@@ -364,11 +366,13 @@ print(metric)
364366
|1|PP-OCRv5_mobile_rec|PaddleX |PaddlePaddle|0.7323|0.9161|0.0778|
365367
|2|PP-OCRv5_mobile_rec|RapidOCR| PaddlePaddle|0.7355|0.9177|0.0772|
366368
|3|PP-OCRv5_mobile_rec|RapidOCR| ONNXRuntime|0.7355|0.9177|0.0174|
369+
|10|PP-OCRv5_mobile_rec|RapidOCR| PyTorch|0.7355|0.9177|0.094|
367370
|4|PP-OCRv4_mobile_rec|RapidOCR |ONNXRuntime|**0.8323**|**0.9355**|-|
368371
||||||||
369372
|5|PP-OCRv5_server_rec|PaddleX |PaddlePaddle|0.8097|0.9424|0.0777|
370373
|6|PP-OCRv5_server_rec|RapidOCR |PaddlePaddle|0.8129|0.9431|0.0775|
371374
|7|PP-OCRv5_server_rec|RapidOCR| ONNXRuntime|**0.8129**|**0.9431**|0.0655|
375+
|11|PP-OCRv5_server_rec|RapidOCR| PyTorch|**0.8129**|**0.9431**|0.0725|
372376
|8|PP-OCRv4_server_rec|RapidOCR |ONNXRuntime|0.7968|0.9381|-|
373377
|9|PP-OCRv4_doc_server_rec|RapidOCR |ONNXRuntime|0.8098|0.9444|-|
374378

@@ -379,6 +383,7 @@ print(metric)
379383
3. Exp3和Exp4相比,mobile整体指标弱于PP-OCRv4的。因为测评集集中在中英文的印刷体,手写体少些,因此仅供参考。
380384
4. Exp6和Exp7相比,指标差异不大,说明更换backbone后的文本识别模型转换为ONNX格式,精度没有影响。Paddle2ONNX工具太强了!
381385
5. Exp7和Exp8相比,PP-OCRv5 server模型有很大提升。当然,不排除训练用到了测评集数据。
386+
6. Exp10和Exp11两个实验均说明PyTorch格式模型精度与原本模型,误差较小,可以放心使用。
382387

383388
!!! tip
384389

0 commit comments

Comments
 (0)