| name: CUST_Base_plus_x2 |
| model_type: SRModel |
| scale: 2 |
| num_gpu: 1 |
| manual_seed: 0 |
|
|
| datasets: |
| test_1: |
| name: Set5 |
| type: PairedImageDataset |
| dataroot_gt: /data/SR/testset/Set5/HR |
| dataroot_lq: /data/SR/testset/Set5/LR_bicubic/X2 |
| filename_tmpl: '{}x2' |
| io_backend: |
| type: disk |
| |
| test_4: |
| name: Urban100 |
| type: PairedImageDataset |
| dataroot_gt: /data/SR/testset/urban100/HR |
| dataroot_lq: /data/SR/testset/urban100/LR_bicubic/X2 |
| filename_tmpl: '{}x2' |
| io_backend: |
| type: disk |
|
|
| test_3: |
| name: B100 |
| type: PairedImageDataset |
| dataroot_gt: /data/SR/testset/B100/HR |
| dataroot_lq: /data/SR/testset/B100/LR_bicubic/X2 |
| filename_tmpl: '{}x2' |
| io_backend: |
| type: disk |
| |
| test_2: |
| name: Set14 |
| type: PairedImageDataset |
| dataroot_gt: /data/SR/testset/Set14/HR |
| dataroot_lq: /data/SR/testset/Set14/LR_bicubic/X2 |
| filename_tmpl: '{}x2' |
| io_backend: |
| type: disk |
|
|
| |
| test_5: |
| name: Manga109 |
| type: PairedImageDataset |
| dataroot_gt: /data/SR/testset/Manga109/HR |
| dataroot_lq: /data/SR/testset/Manga109/LR_bicubic/X2 |
| filename_tmpl: '{}x2' |
| io_backend: |
| type: disk |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| network_g: |
| type: CUSTNet |
| upscaling_factor: 2 |
| dim : 40 |
| patch_size : [18,18,18,18,18,18,18,18,18,18,18,18] |
| window_size : 8 |
| group_size : 10 |
|
|
| |
| path: |
| pretrain_network_g: /workspace/LMLT/experiments/cust_msv2_exp_g10_lr_ema_light_x2/models/net_g_495000.pth |
| strict_load_g: true |
|
|
| |
| val: |
| save_img: false |
| suffix: ~ |
|
|
| metrics: |
| psnr: |
| type: calculate_psnr |
| crop_border: 2 |
| test_y_channel: true |
| ssim: |
| type: calculate_ssim |
| crop_border: 2 |
| test_y_channel: true |
|
|