Skip to content

Commit

Permalink
[Fix] Change 'radius' to 'kernel_size' for UnsharpMasking in Real-ESR…
Browse files Browse the repository at this point in the history
…Net config (open-mmlab#626)
  • Loading branch information
ckkelvinchan authored Nov 24, 2021
1 parent e998aa9 commit 54579bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
dict(
type='UnsharpMasking',
keys=['gt'],
radius=50,
kernel_size=51,
sigma=0,
weight=0.5,
threshold=10),
Expand Down Expand Up @@ -153,7 +153,7 @@
dict(
type='UnsharpMasking',
keys=['gt'],
radius=50,
kernel_size=51,
sigma=0,
weight=0.5,
threshold=10),
Expand Down

0 comments on commit 54579bb

Please sign in to comment.