Skip to content

Commit

Permalink
[Fix] fix realesrnet test dataset (#1489)
Browse files Browse the repository at this point in the history
[FIx] fix realesrnet test dataset
  • Loading branch information
Z-Fran authored Nov 30, 2022
1 parent 44049fe commit 1e7e3d1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
dict(type='ImageToTensor', keys=['lq']),
dict(type='Collect', keys=['lq'], meta_keys=['lq_path']),
]
test_pipeline = val_pipeline

data = dict(
workers_per_gpu=6,
Expand Down Expand Up @@ -223,9 +224,9 @@
filename_tmpl='{}'),
test=dict(
type=val_dataset_type,
lq_folder='data/realsrset',
gt_folder='data/realsrset',
pipeline=test_pipeline,
lq_folder='data/set5/bicLRx4',
gt_folder='data/set5/HR',
pipeline=val_pipeline,
scale=scale,
filename_tmpl='{}'))

Expand Down

0 comments on commit 1e7e3d1

Please sign in to comment.