-
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
Paddle-Lite能否在arm设备上使用表格检测 #10599
Comments
可以使用 paddle_lite_opt 工具导出模型,然后参考 paddle_lite 里面的 demo 编写调用脚本实现 |
似乎在使用paddle_lite对表格模型的转换中,对于paddleocr代码版本、paddle版本、paddle_lite版本有一定的要求? |
PaddleLite 2.14rc, Paddle 2.6, PaddleOCR 2.9.1 |
感谢回复,我去进行尝试 |
似乎这个Paddle依旧不支持 |
请问怎么测试的,是写了表格模型的demo吗 |
PaddleLite 2.14rc, Paddle 2.6, PaddleOCR 2.9.1使用这个版本依旧无法转换表格识别模型 |
为使您的问题得到快速解决,在建立 Issue 前,请您先通过如下方式搜索是否有相似问题: 历史 issue, FAQ 文档, 官方文档
建立 issue 时,为快速解决问题,请您根据使用情况给出如下信息:
1)Paddle Lite 版本:V2.13-rc
2)Host 环境:Ubuntu 18.04
1)模型名称
2)模型链接
现在我实现在ARM设备上使用Paddle-Lite的文字检测功能,使用的模型是
ch_PP-OCRv3_det_opt.nb
ch_PP-OCRv3_rec_opt.nb
ch_ppocr_mobile_v2.0_cls_opt.nb
然后我在PaddleOCR下的一个demo:ppstructure测试实现了表格检测
使用的模型是:
ch_PP-OCRv3_det_infer
ch_PP-OCRv3_rec_infer
ch_ppstructure_mobile_v2.0_SLANet_infer
请问Paddle-Lite能否实现表格检测功能,是设置运行的模型参数还是说其它方式
The text was updated successfully, but these errors were encountered: