Skip to content

Commit 7ccb9c3

Browse files
[Fix] Fix some typos in README.md (#824)
* fix README * Update README.md Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn> * Update README_zh-CN.md Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn> Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
1 parent c11da07 commit 7ccb9c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Supported backbones:
6464
- [x] [MobileNetV2 (CVPR'2018)](configs/mobilenet_v2)
6565
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
6666
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
67-
- [x] [Swin Transformer (arXiV'2021)](configs/swin)
67+
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
6868

6969
Supported methods:
7070

@@ -92,6 +92,7 @@ Supported methods:
9292
- [x] [PointRend (CVPR'2020)](configs/point_rend)
9393
- [x] [CGNet (TIP'2020)](configs/cgnet)
9494
- [x] [SETR (CVPR'2021)](configs/setr)
95+
- [x] [SegFormer (ArXiv'2021)](configs/segformer)
9596

9697
## Installation
9798

@@ -101,7 +102,7 @@ Please refer to [get_started.md](docs/get_started.md#installation) for installat
101102

102103
Please see [train.md](docs/train.md) and [inference.md](docs/inference.md) for the basic usage of MMSegmentation.
103104
There are also tutorials for [customizing dataset](docs/tutorials/customize_datasets.md), [designing data pipeline](docs/tutorials/data_pipeline.md), [customizing modules](docs/tutorials/customize_models.md), and [customizing runtime](docs/tutorials/customize_runtime.md).
104-
We also provide many [training tricks](docs/tutorials/training_tricks.md).
105+
We also provide many [training tricks](docs/tutorials/training_tricks.md) for better training and [usefule tools](docs/useful_tools.md) for deployment.
105106

106107
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/master/demo/MMSegmentation_Tutorial.ipynb) on Colab.
107108

README_zh-CN.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
6363
- [x] [MobileNetV2 (CVPR'2018)](configs/mobilenet_v2)
6464
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
6565
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
66-
- [x] [Swin Transformer (arXiV'2021)](configs/swin)
66+
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
6767

6868
已支持的算法:
6969

@@ -91,6 +91,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
9191
- [x] [PointRend (CVPR'2020)](configs/point_rend)
9292
- [x] [CGNet (TIP'2020)](configs/cgnet)
9393
- [x] [SETR (CVPR'2021)](configs/setr)
94+
- [x] [SegFormer (ArXiv'2021)](configs/segformer)
9495

9596
## 安装
9697

@@ -100,7 +101,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
100101

101102
请参考[训练教程](docs_zh-CN/train.md)[测试教程](docs_zh-CN/inference.md)学习 MMSegmentation 的基本使用。
102103
我们也提供了一些进阶教程,内容覆盖了[增加自定义数据集](docs_zh-CN/tutorials/customize_datasets.md)[设计新的数据预处理流程](docs_zh-CN/tutorials/data_pipeline.md)[增加自定义模型](docs_zh-CN/tutorials/customize_models.md)[增加自定义的运行时配置](docs_zh-CN/tutorials/customize_runtime.md)
103-
除此之外,我们也提供了很多实用的[训练技巧说明](docs_zh-CN/tutorials/training_tricks.md)
104+
除此之外,我们也提供了很多实用的[训练技巧说明](docs_zh-CN/tutorials/training_tricks.md)和模型部署相关的[有用的工具](docs_zh-CN/useful_tools.md)
104105

105106
同时,我们提供了 Colab 教程。你可以在[这里](demo/MMSegmentation_Tutorial.ipynb)浏览教程,或者直接在 Colab 上[运行](https://colab.research.google.com/github/open-mmlab/mmsegmentation/blob/master/demo/MMSegmentation_Tutorial.ipynb)
106107

0 commit comments

Comments
 (0)