Spaces:
Runtime error
Runtime error
Update main_test_SRMNet.py
Browse files- main_test_SRMNet.py +1 -1
main_test_SRMNet.py
CHANGED
@@ -47,7 +47,7 @@ def main():
|
|
47 |
|
48 |
os.makedirs(out_dir, exist_ok=True)
|
49 |
|
50 |
-
files = natsorted(glob(os.path.join(inp_dir, '
|
51 |
|
52 |
if len(files) == 0:
|
53 |
raise Exception(f"No files found at {inp_dir}")
|
|
|
47 |
|
48 |
os.makedirs(out_dir, exist_ok=True)
|
49 |
|
50 |
+
files = natsorted(glob(os.path.join(inp_dir, '*')))
|
51 |
|
52 |
if len(files) == 0:
|
53 |
raise Exception(f"No files found at {inp_dir}")
|