Skip to content

Commit b3d5cc3

Browse files
[Docs] Fix the broken link (open-mmlab#985)
* [Fix] Fix the broken link * [Fix] Fix the broken link * Update docs/dataset_prepare.md Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn> * Update docs_zh-CN/dataset_prepare.md Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn> * [Docs] Fix the broken link Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
1 parent 32f153e commit b3d5cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/dataset_prepare.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ If you would like to use augmented VOC dataset, please run following command to
135135
python tools/convert_datasets/voc_aug.py data/VOCdevkit data/VOCdevkit/VOCaug --nproc 8
136136
```
137137

138-
Please refer to [concat dataset](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/tutorials/new_dataset.md#concatenate-dataset) for details about how to concatenate them and train them together.
138+
Please refer to [concat dataset](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/tutorials/customize_datasets.md#concatenate-dataset) for details about how to concatenate them and train them together.
139139

140140
### ADE20K
141141

docs_zh-CN/dataset_prepare.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Pascal VOC 2012 可以在 [这里](http://host.robots.ox.ac.uk/pascal/VOC/voc201
117117
python tools/convert_datasets/voc_aug.py data/VOCdevkit data/VOCdevkit/VOCaug --nproc 8
118118
```
119119

120-
关于如何拼接数据集 (concatenate) 并一起训练它们,更多细节请参考 [拼接连接数据集](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/tutorials/new_dataset.md#concatenate-dataset)
120+
关于如何拼接数据集 (concatenate) 并一起训练它们,更多细节请参考 [拼接连接数据集](https://github.com/open-mmlab/mmsegmentation/blob/master/docs_zh-CN/tutorials/customize_datasets.md#%E6%8B%BC%E6%8E%A5%E6%95%B0%E6%8D%AE%E9%9B%86)
121121

122122
### ADE20K
123123

0 commit comments

Comments
 (0)