Skip to content

Commit

Permalink
edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed Oct 20, 2022
1 parent 8a80738 commit e235dd1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
* rec模型输入图片高度改为48
* 修复:scoreToTextLine方法索引越界问题
* Windows控制台编码修改为UTF8

#### 2021-10-20 update

* rec阶段启用gpu
* 修复空格问题
* 改进benchmark输出格式

### 模型下载

整合好的范例工程自带了模型,在models文件夹中
Expand Down Expand Up @@ -93,7 +100,8 @@ RapidOcrNcnn/models
* 进入生成的文件夹,打开RapidOcrOnnx.sln
* 右边解决方案管理器,选中RapidOcrOnnx,右键->设为启动项目,并生成(查看输出log,确保生成成功)
* 如果引用库是dll,需要把对应的dll文件,例onnxruntime.dll复制到build-win-vsxxx-xx文件夹\Debug,跟上一步生成的RapidOcrOnnx.exe放在一起
* 右边解决方案管理器,选中RapidOcrOnnx,右键->属性->调试->命令参数->```--models ../models --det ch_PP-OCRv3_det_infer --cls ch_ppocr_mobile_v2.0_cls_infer --rec ch_PP-OCRv3_rec_infer --keys ppocr_keys_v1.txt --image ../images/1.jpg```
* 右边解决方案管理器,选中RapidOcrOnnx,右键->属性->调试->
命令参数->```--models ../models --det ch_PP-OCRv3_det_infer --cls ch_ppocr_mobile_v2.0_cls_infer --rec ch_PP-OCRv3_rec_infer --keys ppocr_keys_v1.txt --image ../images/1.jpg```
* 工具栏,点击绿色三角号启动"本地Windows调试器"
* 第一次运行的话,查看左下角,等待加载各dll符号,网络不好的话,要等挺久的

Expand Down

0 comments on commit e235dd1

Please sign in to comment.