We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我把ch_PP-OCRv4_rec_infer 按照教程转为 onnx 模型, 然后使用 onnx 识别图片, 使用轻量版本没问题,能够正常使用, 后续我把 ch_PP-OCRv4_rec_server_infer 转为 onnx 模型, 然后使用 onnx 识别图片, 在 ubuntu 24.04 上出问题(i7-13700k), 基本上就是卡死,后续发现是太慢了,至少 1 分钟以上甚至更久, 我就一张简单的图片 , 但是我把 onnx 模型放到 mac m1 上, 结果能够正常运行, 基本上 5s 以内, 请问这怎么回事?
ubuntu 24.01 i7 13700k python 3.10 onnxruntime 1.21.1
python 环境和 mac m1 上一模一样.
无
The text was updated successfully, but these errors were encountered:
TingquanGao
No branches or pull requests
🔎 Search before asking
🐛 Bug (问题描述)
我把ch_PP-OCRv4_rec_infer 按照教程转为 onnx 模型, 然后使用 onnx 识别图片, 使用轻量版本没问题,能够正常使用, 后续我把 ch_PP-OCRv4_rec_server_infer 转为 onnx 模型, 然后使用 onnx 识别图片, 在 ubuntu 24.04 上出问题(i7-13700k), 基本上就是卡死,后续发现是太慢了,至少 1 分钟以上甚至更久, 我就一张简单的图片 , 但是我把 onnx 模型放到 mac m1 上, 结果能够正常运行, 基本上 5s 以内, 请问这怎么回事?
🏃♂️ Environment (运行环境)
python 环境和 mac m1 上一模一样.
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
无
The text was updated successfully, but these errors were encountered: