52Hz commited on
Commit
1cbc520
·
1 Parent(s): 2fff597

Update main_test_CMFNet.py

Browse files
Files changed (1) hide show
  1. main_test_CMFNet.py +2 -2
main_test_CMFNet.py CHANGED
@@ -63,8 +63,8 @@ def main():
63
  restored_= img_as_ubyte(restored_[0])
64
 
65
  f = os.path.splitext(os.path.split(file_)[-1])[0]
66
- save_img((os.path.join(out_dir, f + '.png')), restored_)
67
- print('save image to: ', (os.path.join(out_dir, f + '.png')))
68
 
69
 
70
  def save_img(filepath, img):
 
63
  restored_= img_as_ubyte(restored_[0])
64
 
65
  f = os.path.splitext(os.path.split(file_)[-1])[0]
66
+ save_img((os.path.join(out_dir, 'out.png')), restored_)
67
+
68
 
69
 
70
  def save_img(filepath, img):