Skip to content

Commit

Permalink
Tiny fix. (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: liyinshuo <[email protected]>
  • Loading branch information
Yshuo-Li and liyinshuo authored Apr 12, 2021
1 parent 8725d92 commit d9ab8c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/restorers/edsr/edsr_x2c64b16_g1_300k_div2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
mean=[0, 0, 0],
std=[1, 1, 1],
to_rgb=True),
dict(type='Collect', keys=['lq', 'gt'], meta_keys=['lq_path', 'lq_path']),
dict(type='Collect', keys=['lq', 'gt'], meta_keys=['lq_path', 'gt_path']),
dict(type='ImageToTensor', keys=['lq', 'gt'])
]

Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/edsr/edsr_x3c64b16_g1_300k_div2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
mean=[0, 0, 0],
std=[1, 1, 1],
to_rgb=True),
dict(type='Collect', keys=['lq', 'gt'], meta_keys=['lq_path', 'lq_path']),
dict(type='Collect', keys=['lq', 'gt'], meta_keys=['lq_path', 'gt_path']),
dict(type='ImageToTensor', keys=['lq', 'gt'])
]

Expand Down
2 changes: 1 addition & 1 deletion configs/restorers/edsr/edsr_x4c64b16_g1_300k_div2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
mean=[0, 0, 0],
std=[1, 1, 1],
to_rgb=True),
dict(type='Collect', keys=['lq', 'gt'], meta_keys=['lq_path', 'lq_path']),
dict(type='Collect', keys=['lq', 'gt'], meta_keys=['lq_path', 'gt_path']),
dict(type='ImageToTensor', keys=['lq', 'gt'])
]

Expand Down

0 comments on commit d9ab8c1

Please sign in to comment.