Replies: 1 comment
-
paddle inference 3.0 and paddelocr 2.9.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
部署场景
设备:Nvidia Jetson Orin NX
部署方式:C++
paddle inference: 3.0
paddleocr:3.0
部署步骤
官方文档服务器端C++预测是针对V2.X的,不清楚3.0 是否也是按照该文档部署
鉴于文档并未具体说明,暂时按上述文档进行3.0版本的部署,无法下载到对应的识别模型
文档中描述的 这个推理模型 2.1 准备模型,在哪里下载的,参考模型预测章节 不存在,请教下具体下载地址
inference/
|-- det_db
| |--inference.pdiparams
| |--inference.pdmodel
|-- rec_rcnn
| |--inference.pdiparams
| |--inference.pdmodel
|-- cls
| |--inference.pdiparams
| |--inference.pdmodel
|-- table
| |--inference.pdiparams
| |--inference.pdmodel
|-- layout
| |--inference.pdiparams
| |--inference.pdmodel
用3.0提供的paddleocr版本模型PP-OCRv3_rec_infer,报错:

请问当前是否支持3.0 版本C++ 预测推理部署,是否有参考文档,对应的检测和识别模型哪里能下载?
Beta Was this translation helpful? Give feedback.
All reactions