Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
柏灌 committed Mar 11, 2022
1 parent e153615 commit 5b98a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified figs/selfie_00.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion sr_model/real_esrnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ def process(self, img):
output = (output * 255.0).round().astype(np.uint8)

return output
except:
except Exception as e:
print('sr failed:', e)
return None

0 comments on commit 5b98a9d

Please sign in to comment.