commit | d80531fe5e43dd0df5305f0fce9510d2f0c3c3e7 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Sep 27 23:15:03 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Mon Sep 27 23:15:03 2021 +0000 |
tree | 69a88a296ecc49f5a247819e67db40be7f3a4a88 | |
parent | 47432b60d66acdbe67bdf0ef234802cbba88bed5 [diff] |
AETHER-2274 Containerize person-detection-app Change-Id: Ifc8acc31ed2d62df1c7f33d402a260132766c955
person-detection 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.
git clone git@github.com:openvinotoolkit/docker_ci.git cd docker_ci python3 docker_openvino.py build -d cpu -os ubuntu18 --distribution runtime --product_version 2021.4
make build
gst-launch-1.0 rpicamsrc bitrate=1000000 ! video/x-raw,width=640,height=480,framerate=25/1,profile=baseline ! jpegenc ! rtpjpegpay ! udpsink host=10.128.99.49 port=5000
make run
./bin/person_detection.sh -i resources/run.mp4
or
make run-native-test