You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question on evaluation code.
In line 53 of eval.py: pred_clip += 0.5 / 255
0.5/255 is added.
What does that mean? and the code calculates PSNR with unadded one(pred_numpy). Why is it?
Thank you.
The text was updated successfully, but these errors were encountered:
I have a question on evaluation code. In line 53 of eval.py: pred_clip += 0.5 / 255 0.5/255 is added. What does that mean? and the code calculates PSNR with unadded one(pred_numpy). Why is it?
Thank you for your great work!
I have a question on evaluation code.
In line 53 of eval.py:
pred_clip += 0.5 / 255
0.5/255 is added.
What does that mean? and the code calculates PSNR with unadded one(pred_numpy). Why is it?
Thank you.
The text was updated successfully, but these errors were encountered: