You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Supported methods:
92
92
93
93
## Installation
94
94
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.
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:
166
166
167
167
```python
168
168
from mmseg.apis import inference_segmentor, init_segmentor
0 commit comments