summaryrefslogtreecommitdiff
path: root/scripts/super_resolution_test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-22 13:14:19 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-22 13:14:19 +0200
commitbe5e32c5ce8ffe23ed834cc82e2a8c8534ede610 (patch)
tree942744a53d70aeeba37ec1ea6d4bf69ac01199a9 /scripts/super_resolution_test.py
parentffc23b483d3a4b763ef27afd58c8bb6feb63677b (diff)
superres
Diffstat (limited to 'scripts/super_resolution_test.py')
-rw-r--r--scripts/super_resolution_test.py1
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)))