安卓版本的demo 替换模型 识别报错 #12232
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no): 请尽量不要包含图片在问题中/Please try to not include the image in the issue. demo 地址 怎么才可以把这个 demo 里的模型换成英文数字模型呀,我下载了 https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_slim_infer.nb 然后替换掉项目中的 nb,会报错 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Similar problem here. If I update the detection model, no problem at all, everything goes fine. However, if I update the recognition model, immediately after it found the first box and tries to recognize the characters, the application crashes. The crash log from logcat is the following:
|
Beta Was this translation helpful? Give feedback.
-
i have same problem. |
Beta Was this translation helpful? Give feedback.
-
我把android 更新为 paddle-lite了。 |
Beta Was this translation helpful? Give feedback.
-
Solved it by using Paddlelite 2.10 for model conversions (same version used in the demo on Android side) |
Beta Was this translation helpful? Give feedback.
Solved it by using Paddlelite 2.10 for model conversions (same version used in the demo on Android side)