fix typo and link (#608)

Co-authored-by: hejunjun <hejunjun@pjlab.org>
pull/610/head
Junjun2016 2021-06-19 02:58:55 +08:00 committed by GitHub
parent 8f8abe373f
commit 00769136ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Supported methods:
## Installation
Please refer to [get_started.md](docs/get_started.md#installation) for installation and dataset preparation.
Please refer to [get_started.md](docs/get_started.md#installation) for installation and [dataset_prepare.md](docs/dataset_prepare.md#prepare-datasets) for dataset preparation.
## Get Started

View File

@ -162,7 +162,7 @@ PYTHONPATH="$(dirname $0)/..":$PYTHONPATH
## Verification
To verify whether MMSegmentation and the required environment are installed correctly, we can run sample python codes to initialize a detector and inference a demo image:
To verify whether MMSegmentation and the required environment are installed correctly, we can run sample python codes to initialize a segmentor and inference a demo image:
```python
from mmseg.apis import inference_segmentor, init_segmentor