mirror of https://github.com/open-mmlab/mmocr.git
[Fix] Fix typos in readme (#903)
parent
1ddfd7f36e
commit
051df9a77b
|
@ -128,7 +128,7 @@ v0.4.1 was released in 2022-01-27.
|
|||
|
||||
## Installation
|
||||
|
||||
MMOCR depends on [PyTorch](https://pytorch.org/)], [MMCV](https://github.com/open-mmlab/mmcv) and [MMDetection](https://github.com/open-mmlab/mmdetection).
|
||||
MMOCR depends on [PyTorch](https://pytorch.org/), [MMCV](https://github.com/open-mmlab/mmcv) and [MMDetection](https://github.com/open-mmlab/mmdetection).
|
||||
Below are quick steps for installation.
|
||||
Please refer to [Install Guide](https://mmocr.readthedocs.io/en/latest/install.html) for more detailed instruction.
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@ MMOCR 是基于 PyTorch 和 mmdetection 的开源工具箱,专注于文本检
|
|||
|
||||
## 安装
|
||||
|
||||
MMOCR 依赖 [PyTorch](https://pytorch.org/)], [MMCV](https://github.com/open-mmlab/mmcv) 和 [MMDetection](https://github.com/open-mmlab/mmdetection),以下是安装的简要步骤。
|
||||
MMOCR 依赖 [PyTorch](https://pytorch.org/), [MMCV](https://github.com/open-mmlab/mmcv) 和 [MMDetection](https://github.com/open-mmlab/mmdetection),以下是安装的简要步骤。
|
||||
更详细的安装指南请参考 [安装文档](https://mmocr.readthedocs.io/zh_CN/latest/install.html)。
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue