Skip to content

Commit 75d149b

Browse files
committed
[Doc] add opendatalab download link
1 parent 73e5960 commit 75d149b

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/en/user_guides/dataset_prepare.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ It is recommended to download and extract the dataset somewhere outside the proj
77
If your folder structure is different, you may need to change the corresponding paths in config files.
88

99
We provide a script to download datasets such as COCO, you can run `python tools/misc/download_dataset.py --dataset-name coco2017` to download COCO dataset.
10+
For users in China, more datasets can be downloaded from the opensource dataset platform: [OpenDataLab](https://opendatalab.com/).
1011

1112
For more usage please refer to [dataset-download](./useful_tools.md#dataset-download)
1213

docs/en/user_guides/useful_tools.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,13 @@ python tools/misc/download_dataset.py --dataset-name voc2007
389389
python tools/misc/download_dataset.py --dataset-name lvis
390390
```
391391

392+
For users in China, these datasets can also be downloaded from [OpenDataLab](https://opendatalab.com/) with high speed:
393+
394+
- [COCO2017](https://opendatalab.com/COCO_2017/download)
395+
- [VOC2007](https://opendatalab.com/PASCAL_VOC2007/download)
396+
- [VOC2012](https://opendatalab.com/PASCAL_VOC2012/download)
397+
- [LVIS](https://opendatalab.com/LVIS/download)
398+
392399
## Benchmark
393400

394401
### Robust Detection Benchmark

docs/zh_cn/user_guides/dataset_prepare.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
我们建议将数据集下载,然后解压到项目外部的某个文件夹内,然后通过符号链接的方式,将数据集根目录链接到 `$MMDETECTION/data` 文件夹下,格式如下所示。
1010
如果你的文件夹结构和下方不同的话,你需要在配置文件中改变对应的路径。
1111
我们提供了下载 COCO 等数据集的脚本,你可以运行 `python tools/misc/download_dataset.py --dataset-name coco2017` 下载 COCO 数据集。
12+
对于中国境内的用户,我们也推荐通过开源数据平台[OpenDataLab](https://opendatalab.com/)来下载数据,以获得更好的下载体验.
1213

1314
```plain
1415
mmdetection

docs/zh_cn/user_guides/useful_tools.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,13 @@ python tools/misc/download_dataset.py --dataset-name voc2007
370370
python tools/misc/download_dataset.py --dataset-name lvis
371371
```
372372

373+
对于国内用户,我们也推荐使用开源数据平台[OpenDataLab](https://opendatalab.com/)来获取这些数据集, 通常可以获得更好地下载体验:
374+
375+
- [COCO2017](https://opendatalab.com/COCO_2017/download)
376+
- [VOC2007](https://opendatalab.com/PASCAL_VOC2007/download)
377+
- [VOC2012](https://opendatalab.com/PASCAL_VOC2012/download)
378+
- [LVIS](https://opendatalab.com/LVIS/download)
379+
373380
## 基准测试
374381

375382
### 鲁棒性测试基准

0 commit comments

Comments
 (0)