commit | 341ca3a18f9da2edefaedeeaffe2c3764c7fce84 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Thu Sep 30 12:10:00 2021 -0700 |
committer | Shad Ansari <shad69@gmail.com> | Thu Sep 30 12:10:00 2021 -0700 |
tree | 56e8826ea7364c2b5d22ecfe6d9aa2e13f5f0128 | |
parent | 79615b99e0521428f87457c49b4c557ef68495f6 [diff] |
AETHER-2319 remove no-show option Change-Id: I582a6e26e276a41066690c341a7318e9a989cd36
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