Spaces:
Running
Running
Update main_test_CMFNet.py
Browse files- 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,
|
67 |
-
|
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):
|