"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "55321a3b1252853d1728a06c19a966928533cadf"
Unverified Commit 8e1f9f16 authored by dyning's avatar dyning Committed by GitHub
Browse files

Update README.md

parent 497f107d
...@@ -30,7 +30,7 @@ tar -xf inference.tar ...@@ -30,7 +30,7 @@ tar -xf inference.tar
#### 3.单张图像或者图像集合预测 #### 3.单张图像或者图像集合预测
以下代码实现了文本检测、识别串联推理,在执行预测时,需要通过参数image_dir指定单张图像或者图像集合的路径、参数det_model_dir指定检测inference模型的路径和参数rec_model_dir指定识别inference模型的路径。 以下代码实现了文本检测、识别串联推理,在执行预测时,需要通过参数image_dir指定单张图像或者图像集合的路径、参数det_model_dir指定检测inference模型的路径和参数rec_model_dir指定识别inference模型的路径。识别结果默认保存到 ./inference_results 文件夹里面。
``` ```
# 设置PYTHONPATH环境变量 # 设置PYTHONPATH环境变量
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment