Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Fix VOCaug broken download link in the guideline #3654

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/user_guides/2_dataset_prepare.md
Expand Up @@ -250,7 +250,7 @@ python tools/dataset_converters/cityscapes.py data/cityscapes --nproc 8
## Pascal VOC

Pascal VOC 2012 could be downloaded from [here](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar).
Beside, most recent works on Pascal VOC dataset usually exploit extra augmentation data, which could be found [here](http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz).
Beside, most recent works on Pascal VOC dataset usually exploit extra augmentation data, which could be found [here](https://opendatalab.com/OpenDataLab/SBD/tree/main/raw).

If you would like to use augmented VOC dataset, please run following command to convert augmentation annotations into proper format.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/user_guides/2_dataset_prepare.md
Expand Up @@ -250,7 +250,7 @@ python tools/dataset_converters/cityscapes.py data/cityscapes --nproc 8
## Pascal VOC

Pascal VOC 2012 可从[此处](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar)下载。
此外,Pascal VOC 数据集的最新工作通常利用额外的增强数据,可以在[这里](http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz)找到。
此外,Pascal VOC 数据集的最新工作通常利用额外的增强数据,可以在[这里](https://opendatalab.com/OpenDataLab/SBD/tree/main/raw)找到。

如果您想使用增强的 VOC 数据集,请运行以下命令将增强数据的标注转换为正确的格式。

Expand Down