Closed shyskyboy closed 9 months ago
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档、常见问题、历史Issue来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ and Github Issue to get the answer.Have a nice day!
你好,替换paddle lite 2.7.1后,需要基于paddle lite 2.7.1 opt转换工具转下模型,要使用新nb模型。至于paddle lite 2.7.1 的opt工具生成请参考https://paddle-lite.readthedocs.io/zh/latest/user_guides/model_optimize_tool.html中源码编译工具方法
你弄好了吗?我这也是不好使,各种报错,使用2.6.3的也不行
在paddle lite ocr的android demo运行成功后,替换为paddle lite 2.7.1版本,模型更换为(ch_ppocr_mobile_v1.1_cls_opt.nb,ch_ppocr_mobile_v1.1_det_opt.nb,ch_ppocr_mobile_v1.1_rec_opt.nb)后,运行报错。 报错内容为 2021-03-05 17:39:47.355 13026-13085/com.baidu.paddle.lite.demo.ocr W/Paddle-Lite: [W 3/ 5 17:39:47.355 ...e-Lite/lite/model_parser/model_parser.cc:955 LoadModelFbsFromFile] warning: the version of opt that transformed this model is not consistent with current Paddle-Lite version. version of opt:b92e8c4 version of current Paddle-Lite:v2.7.1 2021-03-05 17:39:47.359 13026-13085/com.baidu.paddle.lite.demo.ocr A/Paddle-Lite: [F 3/ 5 17:39:47.359 /island/Paddle-Lite/lite/core/program.cc RuntimeProgram:214] Check failed: it != kernels.end(): 2021-03-05 17:39:47.359 13026-13085/com.baidu.paddle.lite.demo.ocr A/Paddle-Lite: [F 3/ 5 17:39:47.359 /island/Paddle-Lite/lite/core/program.cc RuntimeProgram:214] Check failed: it != kernels.end(): 2021-03-05 17:39:47.359 13026-13085/com.baidu.paddle.lite.demo.ocr A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6e72656b203520 in tid 13085 (Predictor Worke), pid 13026 (e.lite.demo.ocr)