You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
版本:paddleocr==3.1 paddlepaddle-gpu==3.1.0 PPOCR-v3_mobile_det.yml
onnxruntime推理
openvino推理
本次训练期望结果为使用 best_accuracy.pdparams 推理后的结果
疑惑:
1. 如题:将推理模型导出为 IR/onnx 后,推理结果 与 best_accuracy.pdparams 定位结果不一致;
2. 使用官网提供的推理模型,直接导出为 onnx / IR,与使用官网提供的训练模型,再导出 onnx / IR,定位结果一致;
3. 使用paddleocr==2.6版本(其余的版本没有测试),使用无论是重新训练或者使用官网提供的预训练模型进行推理,IR/onnx 定位结果与使用 best_accuracy.pdparams 推理结果一致。
训练cfg
推理/导出命令
// 训练
// 用训练模型进行推理
// 将 训练模型 导出为 推理模型
// 使用推理模型导出onnx
// 导出 IR 模型
期待回复,万分感激
Beta Was this translation helpful? Give feedback.
All reactions