Replies: 1 comment
-
|
这个是因为检测模型没有限制最大边。可以尝试更改: RapidOCR/python/rapidocr/config.yaml Lines 78 to 79 in a0bb926 为: limit_side_len: 4000
limit_type: max |
Beta Was this translation helpful? Give feedback.
0 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.
-
问题描述 / Problem Description
该图片运行在16G Linux服务器上会因为内存溢出程序终止
运行环境 / Runtime Environment
Ubuntu 24.04.2 LTS Linux 6.8.0-57-generic 8C16G
python3.12.10
rapidocr 3.3.1
复现代码 / Reproduction Code
可能解决方案 / Possible solutions
Beta Was this translation helpful? Give feedback.
All reactions