MLECO-1253 Adding ASR sample application using the PyArmNN api
authorÉanna Ó Catháin <eanna.ocathain@arm.com>
Mon, 16 Nov 2020 14:12:11 +0000 (14:12 +0000)
committerJim Flynn <jim.flynn@arm.com>
Tue, 17 Nov 2020 12:23:56 +0000 (12:23 +0000)
commit145c88f851d12d2cadc2f080d232c1d5963d6e47
tree6ae197d74782cd2c7ef8965f4b36acabc65ce453
parentaa41d5d2f43790938f3a32586626be5ef55b6ca9
MLECO-1253 Adding ASR sample application using the PyArmNN api

Change-Id: I450b23800ca316a5bfd4608c8559cf4f11271c21
Signed-off-by: Éanna Ó Catháin <eanna.ocathain@arm.com>
28 files changed:
python/pyarmnn/examples/common/cv_utils.py [moved from python/pyarmnn/examples/object_detection/utils.py with 59% similarity]
python/pyarmnn/examples/common/network_executor.py [new file with mode: 0644]
python/pyarmnn/examples/common/tests/conftest.py [new file with mode: 0644]
python/pyarmnn/examples/common/tests/context.py [new file with mode: 0644]
python/pyarmnn/examples/common/tests/test_network_executor.py [new file with mode: 0644]
python/pyarmnn/examples/common/tests/test_utils.py [new file with mode: 0644]
python/pyarmnn/examples/common/utils.py [new file with mode: 0644]
python/pyarmnn/examples/image_classification/example_utils.py
python/pyarmnn/examples/image_classification/onnx_mobilenetv2.py
python/pyarmnn/examples/image_classification/requirements.txt
python/pyarmnn/examples/image_classification/tflite_mobilenetv1_quantized.py
python/pyarmnn/examples/object_detection/requirements.txt
python/pyarmnn/examples/object_detection/run_video_file.py
python/pyarmnn/examples/object_detection/run_video_stream.py
python/pyarmnn/examples/speech_recognition/README.md [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/__init__.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/audio_capture.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/audio_utils.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/preprocess.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/requirements.txt [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/run_audio_file.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/conftest.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/context.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/test_audio_file.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/test_decoder.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/test_mfcc.py [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/testdata/inf_out.npy [new file with mode: 0644]
python/pyarmnn/examples/speech_recognition/tests/testdata/wav2letter_labels.txt [new file with mode: 0644]