Update README.md

This commit is contained in:
dyning 2020-05-14 11:21:48 +08:00 committed by GitHub
parent 8badf3f323
commit fa6a507cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ tar -xf ./inference/inference.tar
#### 3.单张图像或者图像集合预测
实现文本检测、识别串联推理在执行预测时需要通过参数image_dir指定单张图像或者图像集合的路径、参数det_model_dir指定检测inference模型的路径和参数rec_model_dir指定识别inference模型的路径。
以下代码实现文本检测、识别串联推理在执行预测时需要通过参数image_dir指定单张图像或者图像集合的路径、参数det_model_dir指定检测inference模型的路径和参数rec_model_dir指定识别inference模型的路径。
```
# 设置PYTHONPATH环境变量