-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
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
训练文字识别报错:RecursionError: maximum recursion depth exceeded while calling a Python object #11148
Comments
Have similar error:
|
Same here iterations Fatal Python error: Cannot recover from stack overflow. |
Hi! Did you find a solution? |
I had the same problem today. Can I ask if anyone has a solution? |
I have the same error if I do NOT resize images
|
@Haeppypuppy @RishabhSheoran @Aukeen @nliaudat The error originates from the If the delimiter is not explicitly set in the config file under the dataset section, it defaults to Using the example provided by Haeppypuppy:
In this case, the image path and label are separated by a normal space (" ").
|
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
2.4.2
,PaddleOCR:2.7.0.3
,问题相关组件/Related components:python tools/train.py -c configs/rec/rec_mv3_none_bilstm_ctc.yml
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no): no
查询之后,得到的答案是程序在运行过程中超过最大的递归深度,可以通过修改默认的递归深度解决,但是治标不治本,请问该问题如何从根本上解决???求大佬解惑
The text was updated successfully, but these errors were encountered: