File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The latest version of MindOCR can be installed as follows:
5959pip install git+https://github.com/mindspore-lab/mindocr.git
6060```
6161
62- > Notes: MindOCR is only tested on MindSpore>=1.8.1 , Linux on GPU/Ascend devices currently.
62+ > Notes: MindOCR is only tested on MindSpore>=1.9 , Linux on GPU/Ascend devices currently.
6363
6464## Quick Start
6565
@@ -87,7 +87,7 @@ The training pipeline is fully extendable. To train other text detection/recogni
8787
8888MX, which is short for [ MindX] ( https://www.hiascend.com/zh/software/mindx-sdk ) , allows efficient model inference and deployment on Ascend devices.
8989
90- MindOCR supports OCR model inference with MX Engine. Please refer to [ mx_infer] ( docs/cn/inference_cn .md ) for detailed illustrations.
90+ MindOCR supports OCR model inference with MX Engine. Please refer to [ mx_infer] ( docs/cn/inference_tutorial_cn .md ) for detailed illustrations.
9191
9292#### 2.2 Inference with MS Lite
9393
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ MindOCR支持多种文本识别模型及数据集,在此我们使用**CRNN**
7777
7878MX ([ MindX] ( https://www.hiascend.com/zh/software/mindx-sdk ) 的缩写) 是一个支持昇腾设备高效推理与部署的工具。
7979
80- MindOCR集成了MX推理引擎,支持文本检测识别任务,请参考[ mx_infer] ( docs/cn/inference_cn .md ) .
80+ MindOCR集成了MX推理引擎,支持文本检测识别任务,请参考[ mx_infer] ( docs/cn/inference_tutorial_cn .md ) .
8181
8282
8383#### 使用Lite推理
You can’t perform that action at this time.
0 commit comments