commit | b5808d71a27c5ddcd1642feb829d003f34fbeee2 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Oct 04 12:43:27 2021 -0700 |
committer | Shad Ansari <shad69@gmail.com> | Mon Oct 04 12:43:27 2021 -0700 |
tree | a180dd769c249ed786133ff892287a7d4041fb0a | |
parent | 54bf2f0c164da73f922d548f6cba43a354fbf399 [diff] |
Multiple cameras partially working Change-Id: I27279ef2e3c302946fb25c2a0c5eb32e9279d6b2
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