From 6c3dee490483f4c20bee4c56fee4a1e8a095b89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89anna=20=C3=93=20Cath=C3=A1in?= Date: Thu, 10 Sep 2020 13:02:37 +0100 Subject: PyArmNN Updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated setup.py to raise error on mandatory ext * Updated examples section of main readme * Added readme to img class * Moved img class to new subdir Change-Id: Iea5f6d87c97e571b8ca5636268231506538840c7 Signed-off-by: Éanna Ó Catháin Signed-off-by: Jakub Sujak --- python/pyarmnn/examples/image_classification/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/pyarmnn/examples/image_classification/requirements.txt (limited to 'python/pyarmnn/examples/image_classification/requirements.txt') diff --git a/python/pyarmnn/examples/image_classification/requirements.txt b/python/pyarmnn/examples/image_classification/requirements.txt new file mode 100644 index 0000000000..f97e85636e --- /dev/null +++ b/python/pyarmnn/examples/image_classification/requirements.txt @@ -0,0 +1,4 @@ +requests>=2.23.0 +urllib3>=1.25.8 +Pillow>=6.1.0 +numpy>=1.18.1 -- cgit v1.2.1