Commit 905b1c93 authored by Your Name's avatar Your Name
Browse files

update readme

parent 28cee3f7
...@@ -15,7 +15,7 @@ DBnet是一种基于分割的文本检测方法,相比传统分割方法需要 ...@@ -15,7 +15,7 @@ DBnet是一种基于分割的文本检测方法,相比传统分割方法需要
[光源](https://www.sourcefind.cn/#/image/dcu/custom)可拉取用于推理的docker镜像,PaddleOCR车牌识别模型推理推荐的镜像如下: [光源](https://www.sourcefind.cn/#/image/dcu/custom)可拉取用于推理的docker镜像,PaddleOCR车牌识别模型推理推荐的镜像如下:
``` ```
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort_dcu_1.14.0_migraphx2.5.2_dtk22.10.1 docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort1.14.0_migraphx3.0.0-dtk22.10.1
``` ```
[光合开发者社区](https://cancon.hpccube.com:65024/4/main/)可下载MIGraphX安装包,python依赖安装: [光合开发者社区](https://cancon.hpccube.com:65024/4/main/)可下载MIGraphX安装包,python依赖安装:
...@@ -24,7 +24,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort_dcu_1.14.0_migrap ...@@ -24,7 +24,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort_dcu_1.14.0_migrap
pip install -r requirements.txt pip install -r requirements.txt
``` ```
注意:PaddleOCR车牌识别使用动态shape推理,需要MIGraphX版本>=2.5.2 注意:PaddleOCR车牌识别使用动态shape推理,需要MIGraphX版本>=3.0.0
### 运行示例 ### 运行示例
......
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