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 c4e66aa commit c9db2c9
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 c9db2c9

Please sign in to comment.