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

Update dataset_prepare.md #1638

Merged
merged 2 commits into from
Feb 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dataset_prepare.md
  • Loading branch information
matrixgame2018 authored Feb 12, 2023
commit bade501cdd80f80a90433031fc11945ae6ab944f
16 changes: 8 additions & 8 deletions docs/zh_cn/user_guides/dataset_prepare.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 教程 2:准备数据集
# <span id="jump1">教程 2:准备数据集</span>

在这一章节,我们将会详细的讨论如何准备数据集和在仓库中如何针对不同的模型采用合适的数据集。

Expand All @@ -11,20 +11,20 @@

教程的指引分为以下几个部分

- [教程 2:准备数据集](#教程 2:准备数据集)
- [下载数据集](#下载数据集)
- [准备数据集](#准备数据集)
- [MMEditing中的数据集概览](#MMEditing中的数据集概览)
- [教程 2:准备数据集](#jump1)
- [下载数据集](#jump2)
- [准备数据集](#jump3)
- [MMEditing 中的数据集概览](#jump4)

## 下载数据集
## <span id="jump2">下载数据集</span>

大家应该先从他们的主页上下载数据集

大部分数据集下载后即可使用,只需确保文件夹结构正确即可,无需额外准备。

例如,您可以通过从 [主页](http://toflow.csail.mit.edu/) 下载数据集来简单地准备 Vimeo90K-triplet 数据集。

## 准备数据集
## <span id="jump3">准备数据集</span>

一些数据集需要在训练或测试之前进行预处理。我们支持许多脚本来准备 [tools/dataset_converters](https://github.com/open-mmlab/mmediting/tree/1.x/tools/dataset_converters) 中的数据集。您可以按照每个数据集的教程来运行脚本。

Expand All @@ -34,7 +34,7 @@
python tools/dataset_converters/super-resolution/div2k/preprocess_div2k_dataset.py --data-root ./data/DIV2K
```

## MMEditing 中的数据集概览
## <span id="jump4">MMEditing 中的数据集概览</span>

我们支持详细的教程,并根据不同的任务进行拆分。

Expand Down