单显卡 OCR 并发性能问题
#15987
Replies: 1 comment 12 replies
-
你好,感谢反馈,请问可以提供可复现的例子吗?例如,对于“Paddlex 高性能推理插件(V5 模型)”这种情况,服务的代码是什么样的,如何实现多实例,以及如何测试性能指标? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
单显卡 OCR 并发性能测试,增加实例数量,推理耗时增长,甚至翻倍,性能严重下降。ONNX、 高性能推理插件问题较为明显,使用 Pytorch 推理性能最佳。
测试场景:
TextSystem
,执行检测、识别。ONNX Runtime 推理引擎(V4 模型):
Paddlex 高性能推理插件(V5 模型):
Pytorch 推理(V4 模型):
Beta Was this translation helpful? Give feedback.
All reactions