Skip to content

Commit c5a4648

Browse files
authored
Merge 6fe7b08 into 8f8abe3
2 parents 8f8abe3 + 6fe7b08 commit c5a4648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Supported methods:
9292

9393
## Installation
9494

95-
Please refer to [get_started.md](docs/get_started.md#installation) for installation and dataset preparation.
95+
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.
9696

9797
## Get Started
9898

docs/get_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ PYTHONPATH="$(dirname $0)/..":$PYTHONPATH
162162

163163
## Verification
164164

165-
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:
165+
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:
166166

167167
```python
168168
from mmseg.apis import inference_segmentor, init_segmentor

0 commit comments

Comments
 (0)