Replies: 2 comments 2 replies
-
可以尝试按照比例缩小图像 |
Beta Was this translation helpful? Give feedback.
-
针对你将图像输入 size 固定为较小尺寸(如 640×640 或 320×320)后 PaddleOCR 无法正常识别的问题,结合你所述运行环境(RK3588)和目标(缩小 shape 以加速运行),可从以下几个方面进行排查和优化: 一、原因分析
二、解决建议
三、额外建议
四、相关问题参考 你的 bug 与以下 issue 有一定关联,可参考但并非完全对应:
五、总结 建议按照以下步骤操作:
如仍有性能瓶颈,可考虑结合 Paddle Lite 进行边缘推理部署优化。若有部署代码或配置文件,也欢迎贴出进一步排查。 Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🔎 Search before asking
🐛 Bug (问题描述)
问题:将shape固定为960时正常,固定位640, 320都出现无法正常识别现象。
目标:通过缩小shape加速识别(板端RK3588)
提问:如何能解决问题,或能加速识别?
🏃♂️ Environment (运行环境)
Ubuntu20.04
RK3588
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
No code
Beta Was this translation helpful? Give feedback.
All reactions