| 
20 | 20 | 
 
  | 
21 | 21 | [](https://pypi.org/project/mmsegmentation/)  | 
22 | 22 | [](https://pypi.org/project/mmsegmentation)  | 
23 |  | -[](https://mmsegmentation.readthedocs.io/en/1.x/)  | 
 | 23 | +[](https://mmsegmentation.readthedocs.io/en/main/)  | 
24 | 24 | [](https://github.com/open-mmlab/mmsegmentation/actions)  | 
25 | 25 | [](https://codecov.io/gh/open-mmlab/mmsegmentation)  | 
26 |  | -[](https://github.com/open-mmlab/mmsegmentation/blob/1.x/LICENSE)  | 
 | 26 | +[](https://github.com/open-mmlab/mmsegmentation/blob/main/LICENSE)  | 
27 | 27 | [](https://github.com/open-mmlab/mmsegmentation/issues)  | 
28 | 28 | [](https://github.com/open-mmlab/mmsegmentation/issues)  | 
29 | 29 | 
 
  | 
30 |  | -Documentation: <https://mmsegmentation.readthedocs.io/en/1.x/>  | 
 | 30 | +Documentation: <https://mmsegmentation.readthedocs.io/en/main/>  | 
31 | 31 | 
 
  | 
32 | 32 | English | [简体中文](README_zh-CN.md)  | 
33 | 33 | 
 
  | 
@@ -58,7 +58,7 @@ English | [简体中文](README_zh-CN.md)  | 
58 | 58 | MMSegmentation is an open source semantic segmentation toolbox based on PyTorch.  | 
59 | 59 | It is a part of the OpenMMLab project.  | 
60 | 60 | 
 
  | 
61 |  | -The 1.x branch works with **PyTorch 1.6+**.  | 
 | 61 | +The main branch works with **PyTorch 1.6+**.  | 
62 | 62 | 
 
  | 
63 | 63 |   | 
64 | 64 | 
 
  | 
@@ -96,12 +96,12 @@ Please refer to [get_started.md](docs/en/get_started.md#installation) for instal  | 
96 | 96 | 
 
  | 
97 | 97 | Please see [Overview](docs/en/overview.md) for the general introduction of MMSegmentation.  | 
98 | 98 | 
 
  | 
99 |  | -Please see [user guides](https://mmsegmentation.readthedocs.io/en/1.x/user_guides/index.html#) for the basic usage of MMSegmentation.  | 
 | 99 | +Please see [user guides](https://mmsegmentation.readthedocs.io/en/main/user_guides/index.html#) for the basic usage of MMSegmentation.  | 
100 | 100 | There are also [advanced tutorials](https://mmsegmentation.readthedocs.io/en/main/advanced_guides/index.html) for in-depth understanding of mmseg design and implementation .  | 
101 | 101 | 
 
  | 
102 |  | -A Colab tutorial is also provided. You may preview the notebook [here](demo/MMSegmentation_Tutorial.ipynb) or directly [run](https://colab.research.google.com/github/open-mmlab/mmsegmentation/blob/1.x/demo/MMSegmentation_Tutorial.ipynb) on Colab.  | 
 | 102 | +A Colab tutorial is also provided. You may preview the notebook [here](demo/MMSegmentation_Tutorial.ipynb) or directly [run](https://colab.research.google.com/github/open-mmlab/mmsegmentation/blob/main/demo/MMSegmentation_Tutorial.ipynb) on Colab.  | 
103 | 103 | 
 
  | 
104 |  | -To migrate from MMSegmentation 1.x, please refer to [migration](docs/en/migration).  | 
 | 104 | +To migrate from MMSegmentation 0.x, please refer to [migration](docs/en/migration).  | 
105 | 105 | 
 
  | 
106 | 106 | ## Benchmark and model zoo  | 
107 | 107 | 
 
  | 
@@ -173,23 +173,23 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).  | 
173 | 173 | <details open>  | 
174 | 174 | <summary>Supported datasets:</summary>  | 
175 | 175 | 
 
  | 
176 |  | -- [x] [Cityscapes](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#cityscapes)  | 
177 |  | -- [x] [PASCAL VOC](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#pascal-voc)  | 
178 |  | -- [x] [ADE20K](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#ade20k)  | 
179 |  | -- [x] [Pascal Context](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#pascal-context)  | 
180 |  | -- [x] [COCO-Stuff 10k](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#coco-stuff-10k)  | 
181 |  | -- [x] [COCO-Stuff 164k](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#coco-stuff-164k)  | 
182 |  | -- [x] [CHASE_DB1](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#chase-db1)  | 
183 |  | -- [x] [DRIVE](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#drive)  | 
184 |  | -- [x] [HRF](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#hrf)  | 
185 |  | -- [x] [STARE](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#stare)  | 
186 |  | -- [x] [Dark Zurich](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#dark-zurich)  | 
187 |  | -- [x] [Nighttime Driving](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#nighttime-driving)  | 
188 |  | -- [x] [LoveDA](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#loveda)  | 
189 |  | -- [x] [Potsdam](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#isprs-potsdam)  | 
190 |  | -- [x] [Vaihingen](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#isprs-vaihingen)  | 
191 |  | -- [x] [iSAID](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#isaid)  | 
192 |  | -- [x] [Mapillary Vistas](https://github.com/open-mmlab/mmsegmentation/blob/1.x/docs/en/user_guides/2_dataset_prepare.md#mapillary-vistas-datasets)  | 
 | 176 | +- [x] [Cityscapes](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#cityscapes)  | 
 | 177 | +- [x] [PASCAL VOC](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#pascal-voc)  | 
 | 178 | +- [x] [ADE20K](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#ade20k)  | 
 | 179 | +- [x] [Pascal Context](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#pascal-context)  | 
 | 180 | +- [x] [COCO-Stuff 10k](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#coco-stuff-10k)  | 
 | 181 | +- [x] [COCO-Stuff 164k](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#coco-stuff-164k)  | 
 | 182 | +- [x] [CHASE_DB1](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#chase-db1)  | 
 | 183 | +- [x] [DRIVE](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#drive)  | 
 | 184 | +- [x] [HRF](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#hrf)  | 
 | 185 | +- [x] [STARE](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#stare)  | 
 | 186 | +- [x] [Dark Zurich](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#dark-zurich)  | 
 | 187 | +- [x] [Nighttime Driving](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#nighttime-driving)  | 
 | 188 | +- [x] [LoveDA](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#loveda)  | 
 | 189 | +- [x] [Potsdam](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#isprs-potsdam)  | 
 | 190 | +- [x] [Vaihingen](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#isprs-vaihingen)  | 
 | 191 | +- [x] [iSAID](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#isaid)  | 
 | 192 | +- [x] [Mapillary Vistas](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md#mapillary-vistas-datasets)  | 
193 | 193 | 
 
  | 
194 | 194 | </details>  | 
195 | 195 | 
 
  | 
 | 
0 commit comments