@@ -71,7 +71,7 @@ Please refer to [changelog.md](docs/en/notes/changelog.md) for details and relea
71
71
72
72
## Installation
73
73
74
- Please refer to [ get_started.md] ( docs/en/get_started.md#installation ) for installation and [ dataset_prepare.md] ( docs/en/user_guides/dataset_prepare .md#prepare-datasets ) for dataset preparation.
74
+ Please refer to [ get_started.md] ( docs/en/get_started.md#installation ) for installation and [ dataset_prepare.md] ( docs/en/user_guides/2_dataset_prepare .md#prepare-datasets ) for dataset preparation.
75
75
76
76
## Get Started
77
77
@@ -143,22 +143,22 @@ Supported methods:
143
143
144
144
Supported datasets:
145
145
146
- - [x] [ Cityscapes] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#cityscapes )
147
- - [x] [ PASCAL VOC] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#pascal-voc )
148
- - [x] [ ADE20K] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#ade20k )
149
- - [x] [ Pascal Context] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#pascal-context )
150
- - [x] [ COCO-Stuff 10k] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#coco-stuff-10k )
151
- - [x] [ COCO-Stuff 164k] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#coco-stuff-164k )
152
- - [x] [ CHASE_DB1] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#chase-db1 )
153
- - [x] [ DRIVE] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#drive )
154
- - [x] [ HRF] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#hrf )
155
- - [x] [ STARE] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#stare )
156
- - [x] [ Dark Zurich] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#dark-zurich )
157
- - [x] [ Nighttime Driving] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#nighttime-driving )
158
- - [x] [ LoveDA] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#loveda )
159
- - [x] [ Potsdam] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#isprs-potsdam )
160
- - [x] [ Vaihingen] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#isprs-vaihingen )
161
- - [x] [ iSAID] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/dataset_prepare .md#isaid )
146
+ - [x] [ Cityscapes] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#cityscapes )
147
+ - [x] [ PASCAL VOC] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#pascal-voc )
148
+ - [x] [ ADE20K] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#ade20k )
149
+ - [x] [ Pascal Context] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#pascal-context )
150
+ - [x] [ COCO-Stuff 10k] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#coco-stuff-10k )
151
+ - [x] [ COCO-Stuff 164k] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#coco-stuff-164k )
152
+ - [x] [ CHASE_DB1] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#chase-db1 )
153
+ - [x] [ DRIVE] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#drive )
154
+ - [x] [ HRF] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#hrf )
155
+ - [x] [ STARE] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#stare )
156
+ - [x] [ Dark Zurich] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#dark-zurich )
157
+ - [x] [ Nighttime Driving] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#nighttime-driving )
158
+ - [x] [ LoveDA] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#loveda )
159
+ - [x] [ Potsdam] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#isprs-potsdam )
160
+ - [x] [ Vaihingen] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#isprs-vaihingen )
161
+ - [x] [ iSAID] ( https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare .md#isaid )
162
162
163
163
Please refer to [ FAQ] ( docs/en/notes/faq.md ) for frequently asked questions.
164
164
0 commit comments