未验证 提交 069ee192 编写于 作者: L LielinJiang 提交者: GitHub

update docs configs (#161)

上级 f85a6c20
...@@ -45,6 +45,8 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional ...@@ -45,6 +45,8 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional
* [Photo2Cartoon](./docs/en_US/tutorials/photo2cartoon.md) * [Photo2Cartoon](./docs/en_US/tutorials/photo2cartoon.md)
* [Wav2Lip](./docs/en_US/tutorials/wav2lip.md) * [Wav2Lip](./docs/en_US/tutorials/wav2lip.md)
* [Super_Resolution](./docs/en_US/tutorials/super_resolution.md) * [Super_Resolution](./docs/en_US/tutorials/super_resolution.md)
* [StyleGAN2](./docs/en_US/tutorials/styleganv2.md)
## Composite Application ## Composite Application
......
...@@ -46,6 +46,8 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆) ...@@ -46,6 +46,8 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆)
* [Photo2Cartoon](docs/zh_CN/tutorials/photo2cartoon.md) * [Photo2Cartoon](docs/zh_CN/tutorials/photo2cartoon.md)
* [Wav2Lip](docs/zh_CN/tutorials/wav2lip.md) * [Wav2Lip](docs/zh_CN/tutorials/wav2lip.md)
* [Super_Resolution](./docs/en_US/tutorials/super_resolution.md) * [Super_Resolution](./docs/en_US/tutorials/super_resolution.md)
* [StyleGAN2](./docs/en_US/tutorials/styleganv2.md)
## 复合应用 ## 复合应用
......
...@@ -18,8 +18,8 @@ model: ...@@ -18,8 +18,8 @@ model:
dataset: dataset:
train: train:
name: SRDataset name: SRDataset
gt_folder: data/DIV2K/DIV2K_train_HR gt_folder: data/DIV2K/DIV2K_train_HR_sub
lq_folder: data/DIV2K/DIV2K_train_LR_bicubic/X4 lq_folder: data/DIV2K/DIV2K_train_LR_bicubic/X4_sub
num_workers: 4 num_workers: 4
batch_size: 16 batch_size: 16
scale: 4 scale: 4
......
...@@ -51,8 +51,26 @@ ...@@ -51,8 +51,26 @@
``` ```
python data/process_div2k_data.py --data-root data/DIV2K python data/process_div2k_data.py --data-root data/DIV2K
``` ```
When the program is finished, check whether there are ``DIV2K_train_HR_sub``, ``X2_sub``, ``X3_sub`` and ``X4_sub`` directories in the DIV2K directory
```
PaddleGAN
├── data
├── DIV2K
├── DIV2K_train_HR
├── DIV2K_train_HR_sub
├── DIV2K_train_LR_bicubic
| ├──X2
| ├──X2_sub
| ├──X3
| ├──X3_sub
| ├──sX4
| └──X4_sub
├── DIV2K_valid_HR
├── DIV2K_valid_LR_bicubic
...
```
Prepare dataset for realsr df2k model: #### Prepare dataset for realsr df2k model
Download dataset from [NTIRE 2020 RWSR](https://competitions.codalab.org/competitions/22220#participate) and unzip it to your path. Download dataset from [NTIRE 2020 RWSR](https://competitions.codalab.org/competitions/22220#participate) and unzip it to your path.
Unzip Corrupted-tr-x.zip and Corrupted-tr-y.zip to ``PaddleGAN/data/ntire20`` directory. Unzip Corrupted-tr-x.zip and Corrupted-tr-y.zip to ``PaddleGAN/data/ntire20`` directory.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册