Skip to content

Commit 6a2db2a

Browse files
authored
Merge pull request #166 from SamitHuang/docs
fix readme url bug
2 parents 9ad0771 + a60626b commit 6a2db2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The latest version of MindOCR can be installed as follows:
5959
pip 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

8888
MX, 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

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MindOCR是一个基于[MindSpore](https://www.mindspore.cn/en)框架的OCR开发
4141
pip install -r requirements.txt
4242
```
4343

44-
此外,请按[官方指引](https://www.mindspore.cn/install)安装MindSpore(>=1.8.1) 来适配您的机器。如果需要在分布式模式下进行训练,还请安装[openmpi](https://www.open-mpi.org/software/ompi/v4.0/)
44+
此外,请按[官方指引](https://www.mindspore.cn/install)安装MindSpore(>=1.9) 来适配您的机器。如果需要在分布式模式下进行训练,还请安装[openmpi](https://www.open-mpi.org/software/ompi/v4.0/)
4545

4646

4747
### 通过PyPI安装
@@ -55,7 +55,7 @@ pip install -r requirements.txt
5555
pip install git+https://github.com/mindspore-lab/mindocr.git
5656
```
5757

58-
> 注意:MindOCR目前暂时只在MindSpore>=1.8.1版本,Linux系统,GPU/Ascend设备上进行过测试。
58+
> 注意:MindOCR目前暂时只在MindSpore>=1.9版本,Linux系统,GPU/Ascend设备上进行过测试。
5959
6060
## 快速上手
6161

@@ -77,7 +77,7 @@ MindOCR支持多种文本识别模型及数据集,在此我们使用**CRNN**
7777

7878
MX ([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推理

0 commit comments

Comments
 (0)