Spaces:
Sleeping
Sleeping
Update main_test_CMFNet.py
Browse files- main_test_CMFNet.py +1 -1
main_test_CMFNet.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(out_dir, f + '.png')),
|
66 |
|
67 |
|
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(out_dir, f + '.png')), restored)
|
66 |
|
67 |
|
68 |
|