-
In basicvsr_vimeo90k_bi.py: `def psnr(img1, img2, crop_border=0, input_order='HWC', convert_to=None):
|
Beta Was this translation helpful? Give feedback.
Answered by
Z-Fran
Mar 29, 2023
Replies: 1 comment 1 reply
-
Hi, you can view these codes. Before calling |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
youyoubud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can view these codes. Before calling
psnr()
, we will usetensor2img()
to convert the image toBGR
. And we recommend you use new version MMEditing