MLECO-955: Added python object detection example for PyArmNN
authorJakub Sujak <jakub.sujak@arm.com>
Wed, 17 Jun 2020 14:35:03 +0000 (15:35 +0100)
committerJakub Sujak <jakub.sujak@arm.com>
Mon, 24 Aug 2020 09:18:14 +0000 (09:18 +0000)
commit433a59567ccf7fd6fdbbd1227eac3778876e8bd9
tree3321c3e5fed27955a7259210968c325f8886c1f2
parentfc5d5c21040556498bd7330f560811e42fc1a11b
MLECO-955: Added python object detection example for PyArmNN

Change-Id: I1344c027f4cc70520b7846b34dfbc2abf399d10a
Signed-off-by: Jakub Sujak <jakub.sujak@arm.com>
python/pyarmnn/examples/object_detection/README.md [new file with mode: 0644]
python/pyarmnn/examples/object_detection/requirements.txt [new file with mode: 0644]
python/pyarmnn/examples/object_detection/run_video_file.py [new file with mode: 0644]
python/pyarmnn/examples/object_detection/run_video_stream.py [new file with mode: 0644]
python/pyarmnn/examples/object_detection/ssd.py [new file with mode: 0644]
python/pyarmnn/examples/object_detection/ssd_labels.txt [new file with mode: 0644]
python/pyarmnn/examples/object_detection/utils.py [new file with mode: 0644]
python/pyarmnn/examples/object_detection/yolo.py [new file with mode: 0644]
python/pyarmnn/examples/object_detection/yolo_labels.txt [new file with mode: 0644]