diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-22 13:14:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-22 13:14:19 +0200 |
| commit | be5e32c5ce8ffe23ed834cc82e2a8c8534ede610 (patch) | |
| tree | 942744a53d70aeeba37ec1ea6d4bf69ac01199a9 | |
| parent | ffc23b483d3a4b763ef27afd58c8bb6feb63677b (diff) | |
superres
| -rw-r--r-- | scripts/super_resolution_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/super_resolution_test.py b/scripts/super_resolution_test.py index 9da159a..c0d77c7 100644 --- a/scripts/super_resolution_test.py +++ b/scripts/super_resolution_test.py @@ -48,6 +48,7 @@ def process(p: Path, super_resolution: SuperResolution): try: if p.suffix in ['.npy', '.npz']: + print(str(input_wave_directory / p.stem)) p = glob.glob(str(input_wave_directory / p.stem) + '.*')[0] p = Path(p) input = acoustic_feature_process(wave_process(str(p))) |
