summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))