commit | 2948cc0e854a119b3698a3d3db097ddda13079d2 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad.ansari@intel.com> | Thu Apr 14 21:33:37 2022 +0000 |
committer | Shad Ansari <shad.ansari@intel.com> | Fri Apr 15 14:45:51 2022 +0000 |
tree | fa51b8013070f6a0986e39bfdc7e099fffc371c8 | |
parent | 3501904652c78e3fe2aa0c20f03ea3e3c01293c2 [diff] |
Peg base openvino image to 2021.4 Parameterize hard-coded values Change-Id: I0c3d4866709b5ea98056699818fbac53da979af4
Person-detection-app is a demo application that runs in the Aether edge and showcases Aether's support for for low-latency, AI/ML driven IOT applications that make use of Aether's support for end-to-end slicing.
The person-detection-app consists of a client component that runs on Raspberry-Pi camera and a server component that runs on a server in the Aether Edge.
The camera directory contains scripts that run on the Raspberry Pi camera.
It is recommended that these two scripts be started by systemd on startup.
The person-detection app runs as a docker container.
docker pull registry.aetherproject.org/aether-apps/person-detection-app:latest docker run -itu root:root --privileged --network host registry.aetherproject.org/aether-apps/person-detection-app:latest