推理模型在哪里下载
#15673
Replies: 2 comments
-
PTAL @zhang-prog |
Beta Was this translation helpful? Give feedback.
0 replies
-
请问你想使用哪个推理模型? |
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.
-
🔎 Search before asking
🐛 Bug (问题描述)
PaddleOCR/deploy/cpp_infer
/readme_ch.md
文档中描述的 这个推理模型 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
这些模型下载地址,或者 PaddleOCR/deploy/cpp_infer/docs
/windows_vs2019_build.md
这个教程里面的Step4: 预测
切换终端编码为utf8
CHCP 65001
执行预测
.\build\Release\ppocr.exe system --det_model_dir=D:\projects\cpp\ch_PP-OCRv2_det_slim_quant_infer --rec_model_dir=D:\projects\cpp\ch_PP-OCRv2_rec_slim_quant_infer --image_dir=D:\projects\cpp\PaddleOCR\doc\imgs\11.jpg
这些模型在哪里的?
🏃♂️ Environment (运行环境)
OS windows11
version 3.0.1
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
no
Beta Was this translation helpful? Give feedback.
All reactions