diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-18 21:29:27 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-18 21:29:27 +0100 |
| commit | 952ba41613ac748c8a1e8192e15087cdeea17e41 (patch) | |
| tree | 2e9df046aca11692ef4ab09aced9a62949b79d6f | |
| parent | e99f88b04c7513d8a8eb5d0967135198a797c468 (diff) | |
ok let all go
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ from nets import FR_16L, FR_28L, FR_52L parser = argparse.ArgumentParser() parser.add_argument('L', metavar='L', type=int, help='Network depth: One of 16, 28, 52') parser.add_argument('T', metavar='T', help='Input type: L(Low-resolution) or G(Ground-truth)') -parser.add_argument('dir', metavar='dir', help='Directory to process') +parser.add_argument('dir', metavar='dir', default=None, help='Directory to process') args = parser.parse_args() # Size of input temporal radius |
