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
Hi, I'm trying to test some models using the "Inference SRCNN" notebook, and I can't seem to be able to convert the inference results to images.
I've tried using array_to_img from VSR.Util.ImageProcess, but it returns a completely black image. Also tried other approaches, re-scaling to 0-255 and moving the axes around but I'm not getting it right.
How should I process ret[0] to get an actual image?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to test some models using the "Inference SRCNN" notebook, and I can't seem to be able to convert the inference results to images.
I've tried using
array_to_img
fromVSR.Util.ImageProcess
, but it returns a completely black image. Also tried other approaches, re-scaling to 0-255 and moving the axes around but I'm not getting it right.How should I process
ret[0]
to get an actual image?Thank you!
The text was updated successfully, but these errors were encountered: