-
Notifications
You must be signed in to change notification settings - Fork 126
/
test_SRFBN_example.json
45 lines (41 loc) · 1.07 KB
/
test_SRFBN_example.json
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
{
"mode": "sr",
"use_cl": true,
"gpu_ids": [0],
"scale": 4,
"degradation": "BI",
"is_train": false,
"use_chop": true,
"rgb_range": 255,
"self_ensemble": false,
"datasets": {
"test_set1": {
"mode": "LRHR",
"dataroot_HR": "./results/HR/Set5/x4",
"dataroot_LR": "./results/LR/LRBI/Set5/x4",
"data_type": "img"
},
// "test_set2": {
// "mode": "LRHR",
// "dataroot_HR": "./results/HR/Set14/x4",
// "dataroot_LR": "./results/LR/LRBI/Set14/x4",
// "data_type": "img"
// },
"test_set3": {
"mode": "LR",
"dataroot_LR": "./results/LR/MyImage",
"data_type": "img"
}
},
"networks": {
"which_model": "SRFBN",
"num_features": 64,
"in_channels": 3,
"out_channels": 3,
"num_steps": 4,
"num_groups": 6
},
"solver": {
"pretrained_path": "./models/SRFBN_x4_BI.pth"
}
}