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 --- python/pyarmnn/examples/speech_recognition/tests/context.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 python/pyarmnn/examples/speech_recognition/tests/context.py (limited to 'python/pyarmnn/examples/speech_recognition/tests/context.py') diff --git a/python/pyarmnn/examples/speech_recognition/tests/context.py b/python/pyarmnn/examples/speech_recognition/tests/context.py deleted file mode 100644 index a810010e9f..0000000000 --- a/python/pyarmnn/examples/speech_recognition/tests/context.py +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright © 2020 Arm Ltd and Contributors. All rights reserved. -# SPDX-License-Identifier: MIT - -import os -import sys - -sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', '..', 'common')) -import utils as common_utils - -sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..')) -import audio_capture -import audio_utils -import preprocess -- cgit v1.2.1