-
Notifications
You must be signed in to change notification settings - Fork 44
/
test_SFTMD.yml
54 lines (50 loc) · 1.12 KB
/
test_SFTMD.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: SFTMDx4_test_DIV2K100
suffix: ~ # add suffix to saved images
model: sftmd
distortion: sr
scale: 4
crop_border: ~ # crop border when evaluation. If None(~), crop the scale pixels
gpu_ids: [0]
kernel_size: 21
code_length: 10
sig_min: 0.2
sig_max: 4.0
sig: 2.6
datasets:
test_1: # the 1st test dataset
name: div2k100
mode: LQGTker
dataroot_GT: /mnt/yjchai/SR_data/DIV2K_test/HR/x4/
dataroot_LQ: ~
# test_2: # the 2st test dataset
# name: set14
# mode: LQGTker
# dataroot_GT: /mnt/yjchai/SR_data/val_set14/Set14
# dataroot_LQ: ~
# test_3:
# name: bsd100
# mode: LQGTker
# dataroot_GT: /mnt/yjchai/SR_data/BSD/BSDS100
# dataroot_LQ: ~
# test_4:
# name: urban100
# mode: LQGTker
# dataroot_GT: /mnt/yjchai/SR_data/urban100
# dataroot_LQ: ~
# test_5:
# name: set5
# mode: LQGTker
# dataroot_GT: /mnt/yjchai/SR_data/val_set5/Set5
# dataroot_LQ: ~
#### network structures
network_G:
which_model_G: SFTMD
in_nc: 3
out_nc: 3
nf: 64
nb: 16
upscale: 4
code_length: 10
#### path
path:
pretrain_model_G: /media/sdc/yjchai/IKC/experiments/SFTMD_latest_G.pth