From 37edd0a073be7bcb7f403624ff6cf62788a54d33 Mon Sep 17 00:00:00 2001 From: "Kelvin C.K. Chan" Date: Tue, 21 Dec 2021 16:05:09 +0800 Subject: [PATCH] [Doc] Chinese translation of Generation datasets (#665) --- tools/data/generation/README_zh-CN.md | 9 ++++++++- .../generation/paired-pix2pix/README_zh-CN.md | 16 ++++++++++++++++ .../unpaired-cyclegan/README_zh-CN.md | 18 ++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/tools/data/generation/README_zh-CN.md b/tools/data/generation/README_zh-CN.md index 9a15e067e0..7f125e8bab 100644 --- a/tools/data/generation/README_zh-CN.md +++ b/tools/data/generation/README_zh-CN.md @@ -1 +1,8 @@ -# 数据集 - 生成 +# 图像生成数据集 + +建议将数据集软链接到 `$MMEDITING/data` 。如果您的文件夹结构不同,您可能需要更改配置文件中的相应路径。 + +MMEditing 支持的生成数据集: + +* [Pix2Pix 的配对数据集](paired-pix2pix/README.md) \[ [主页](http://efrosgans.eecs.berkeley.edu/pix2pix/datasets/) \] +* [CycleGAN 的未配对数据集](unpaired-cyclegan/README.md) \[ [主页](https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/) \] diff --git a/tools/data/generation/paired-pix2pix/README_zh-CN.md b/tools/data/generation/paired-pix2pix/README_zh-CN.md index 97e81332b1..b077adb664 100644 --- a/tools/data/generation/paired-pix2pix/README_zh-CN.md +++ b/tools/data/generation/paired-pix2pix/README_zh-CN.md @@ -11,3 +11,19 @@ year={2017} } ``` + +您可以从[此处](http://efrosgans.eecs.berkeley.edu/pix2pix/datasets/)下载配对数据集。然后,您需要解压缩并移动相应的数据集以遵循如下所示的文件夹结构。数据集已经由原作者准备好了。 + +```text +mmediting +├── mmedit +├── tools +├── configs +├── data +│ ├── paired +│ │ ├── facades +│ │ ├── maps +| | ├── edges2shoes +| | | ├── train +| | | ├── test +``` diff --git a/tools/data/generation/unpaired-cyclegan/README_zh-CN.md b/tools/data/generation/unpaired-cyclegan/README_zh-CN.md index 7cbd3dad87..dab57234f4 100644 --- a/tools/data/generation/unpaired-cyclegan/README_zh-CN.md +++ b/tools/data/generation/unpaired-cyclegan/README_zh-CN.md @@ -11,3 +11,21 @@ year={2017} } ``` + +您可以从[此处](https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/)下载未配对的数据集。然后,您需要解压缩并移动相应的数据集以遵循如上所示的文件夹结构。数据集已经由原作者准备好了。 + +```text +mmediting +├── mmedit +├── tools +├── configs +├── data +│ ├── unpaired +│ │ ├── facades +| | ├── horse2zebra +| | ├── summer2winter_yosemite +| | | ├── trainA +| | | ├── trainB +| | | ├── testA +| | | ├── testB +```