52Hz commited on
Commit
6c66462
·
1 Parent(s): 4c32a21

Update main_test_SRMNet.py

Browse files
Files changed (1) hide show
  1. main_test_SRMNet.py +1 -1
main_test_SRMNet.py CHANGED
@@ -62,7 +62,7 @@ def main():
62
  restored = img_as_ubyte(restored[0])
63
 
64
  f = os.path.splitext(os.path.split(file_)[-1])[0]
65
- save_img((os.path.join(args.result_dir, '1.png')), restored)
66
 
67
  print('finish !')
68
 
 
62
  restored = img_as_ubyte(restored[0])
63
 
64
  f = os.path.splitext(os.path.split(file_)[-1])[0]
65
+ save_img((os.path.join(args.result_dir, f + '.png')), restored)
66
 
67
  print('finish !')
68