Image-Super-Resolution-via-Iterative-Refinement icon indicating copy to clipboard operation
Image-Super-Resolution-via-Iterative-Refinement copied to clipboard

Little bug in eval.py

Open rmoyav opened this issue 2 years ago • 0 comments
trafficstars

I'm using your model for academic purposes and I had some issues with your eval.py function until I saw you have a little mistake in line 23.

Where you have: fidx = rname.rsplit("_sr")[0] It should be: fidx = fname.rsplit("_sr")[0]

Hope it helps!

rmoyav avatar May 25 '23 00:05 rmoyav