From f42f56870c6201a876f025a423eb5540d7438e83 Mon Sep 17 00:00:00 2001 From: alexander Date: Fri, 16 Jul 2021 11:30:56 +0100 Subject: MLECO-2079 Adding the python KWS example Signed-off-by: Eanna O Cathain Change-Id: Ie1463aaeb5e3cade22df8f560ae99a8e1c4a9c17 --- .../speech_recognition/tests/testdata/inf_out.npy | Bin 4420 -> 0 bytes .../tests/testdata/inference_output.npy | Bin 0 -> 2999 bytes .../tests/testdata/quick_brown_fox_16000khz.wav | Bin 196728 -> 0 bytes .../tests/testdata/wav2letter_labels.txt | 29 --------------------- 4 files changed, 29 deletions(-) delete mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/inf_out.npy create mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy delete mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav delete mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt (limited to 'python/pyarmnn/examples/speech_recognition/tests/testdata') diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/inf_out.npy b/python/pyarmnn/examples/speech_recognition/tests/testdata/inf_out.npy deleted file mode 100644 index a6f9ec0c70..0000000000 Binary files a/python/pyarmnn/examples/speech_recognition/tests/testdata/inf_out.npy and /dev/null differ diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy b/python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy new file mode 100644 index 0000000000..88c42e0b70 Binary files /dev/null and b/python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy differ diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav b/python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav deleted file mode 100644 index 761c36062e..0000000000 Binary files a/python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav and /dev/null differ diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt b/python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt deleted file mode 100644 index d7485b7da2..0000000000 --- a/python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt +++ /dev/null @@ -1,29 +0,0 @@ -a -b -c -d -e -f -g -h -i -j -k -l -m -n -o -p -q -r -s -t -u -v -w -x -y -z -' - -$ \ No newline at end of file -- cgit v1.2.1