commit | d36545158c556c3caa21c8e27be76c9068e012a4 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Wed Sep 29 10:31:53 2021 -0700 |
committer | Shad Ansari <shad69@gmail.com> | Wed Sep 29 10:31:53 2021 -0700 |
tree | 5dde92682a51a546a29f1894e64ac3d9beb77e16 | |
parent | 9d965c40e1590e8277a6f8139236e9d07569d309 [diff] |
AETHER-2319 Fix async mode, code cleanup Change-Id: I74f6ac95455933069a441c3de806c4e43682ec82
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