-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Running English model crash the system #10570
Comments
请提供更多详细的背景,以便我们定位问题 |
I am using these models : en_PP-OCRv3_det_slim_infer.nb my android app crash when I try to run the model |
Please provide the code and model files you are using so that we can pinpoint the issue. |
for the text detection I am using : https://paddleocr.bj.bcebos.com/PP-OCRv3/multilingual/Multilingual_PP-OCRv3_det_slim_infer.nb for the text recongntion I am using :https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_slim_infer.nb I am using code from here : https://github.com/wakeeys/PaddleOCR-Android/issues |
How do you run your code,please provide the code. And according to the error message, it seems that your model type is wrong. |
export GLOG_v=5 |
using export GLOG_v=5 to get more information |
the code is very complex , I just run the code directly from android studio, and replaced the Chinese models with English models |
I get this error when I try to run the English model :
code -1 (SI_QUEUE), fault addr --------
Abort message: '[F 9/24 10: 5:33.741 ...0/lite/Paddle-Lite/lite/api/light_api.cc:66 Build] Unknown model type'
x0 0000000000000000 x1 0000000000006e82 x2 0000000000000006 x3 0000007fe2b98330
x4 2e6473686b2e2f2d x5 2e6473686b2e2f2d x6 2e6473686b2e2f2d x7 7f7f7f7f7f7f7f7f
x8 00000000000000f0 x9 00000070e1c92090 x10 0000000000000001 x11 00000070e1ce5058
x12 0000007fe2b96c90 x13 0000000000000060 x14 0000007fe2b96d40 x15 0000023817c08cf9
x16 00000070e1d52d08 x17 00000070e1d26e90 x18 00000000000003fd x19 0000000000006e82
x20 0000000000006e82 x21 00000000ffffffff x22 0000007fe2b985d8 x23 0000007fe2b984c0
x24 0000007fe2b98518 x25 0000007fe2b984b0 x26 0000000000000000 x27 0000007fe2b98c10
x28 0000007fe2b989b0 x29 0000007fe2b983b0
lr 00000070e1cd69b8 sp 0000007fe2b98310 pc 00000070e1cd69e4 pst 0000000000001000
The text was updated successfully, but these errors were encountered: