Skip to content

Commit

Permalink
fix typo and link (open-mmlab#608)
Browse files Browse the repository at this point in the history
Co-authored-by: hejunjun <hejunjun@pjlab.org>
  • Loading branch information
Junjun2016 and hejunjun committed Jun 18, 2021
1 parent c01abb4 commit ec0e380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec0e380

Please sign in to comment.