commit | 3fd056058b6ac04a355440d610391f0cc3df8124 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Mar 28 20:32:37 2022 -0700 |
committer | Shad Ansari <shad69@gmail.com> | Mon Mar 28 20:32:37 2022 -0700 |
tree | cfd7a0f5192b46232dc5f954d4c360a27138e35e | |
parent | de6ff52e0689646688ac715958ddc67bdc8000ac [diff] |
Use new roc api for setting mbr Change-Id: Ic48859c4afa2aeaa983554dd27a53193d0e9b0cf
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