DL-Art-School/codes/options/test/test_ESRGAN.yml
XintaoWang 037933ba66 mmsr
2019-08-23 21:42:47 +08:00

33 lines
725 B
YAML

name: RRDB_ESRGAN_x4
suffix: ~ # add suffix to saved images
model: sr
distortion: sr
scale: 4
crop_border: ~ # crop border when evaluation. If None(~), crop the scale pixels
gpu_ids: [0]
datasets:
test_1: # the 1st test dataset
name: set5
mode: LQGT
dataroot_GT: ../datasets/val_set5/Set5
dataroot_LQ: ../datasets/val_set5/Set5_bicLRx4
test_2: # the 2st test dataset
name: set14
mode: LQGT
dataroot_GT: ../datasets/val_set14/Set14
dataroot_LQ: ../datasets/val_set14/Set14_bicLRx4
#### network structures
network_G:
which_model_G: RRDBNet
in_nc: 3
out_nc: 3
nf: 64
nb: 23
upscale: 4
#### path
path:
pretrain_model_G: ../experiments/pretrained_models/RRDB_ESRGAN_x4.pth