File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
docs/blog/posts/about_model Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11---
22title : RapidOCR集成PP-OCRv5_rec模型(mobile/server)记录
3- date : 2025-05-30
3+ date :
4+ created : 2025-05-30
5+ updated : 2025-07-23
46authors : [SWHL]
57categories :
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)
3793833 . Exp3和Exp4相比,mobile整体指标弱于PP-OCRv4的。因为测评集集中在中英文的印刷体,手写体少些,因此仅供参考。
3803844 . Exp6和Exp7相比,指标差异不大,说明更换backbone后的文本识别模型转换为ONNX格式,精度没有影响。Paddle2ONNX工具太强了!
3813855 . Exp7和Exp8相比,PP-OCRv5 server模型有很大提升。当然,不排除训练用到了测评集数据。
386+ 6 . Exp10和Exp11两个实验均说明PyTorch格式模型精度与原本模型,误差较小,可以放心使用。
382387
383388!!! tip
384389
You can’t perform that action at this time.
0 commit comments