commit | 60ca8ccc20f5257049a7c8fa9337d11974057a8b | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Tue Nov 02 18:46:44 2021 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Nov 02 18:46:59 2021 +0000 |
tree | 38351181e3c28e6a6539fc6b2c3cc18463a84a1d | |
parent | d516df7a593f143a65a2751e8b3238cd99e0312a [diff] |
Revert "Playout video at constant frames per sec" This reverts commit 586442018ce3efd548200109d9014a2c4379b658. Reason for revert: no gain Change-Id: I959cfa0def77e23ad72dd4ace3728014466a22fc
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 docker-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
gst-launch-1.0 rpicamsrc bitrate=1000000 ! video/x-h264,width=640,height=480,framerate=15/1 ! h264parse ! rtph264pay config-interval=10 pt=96 ! udpsink host=10.128.99.49 port=5000
make docker-run
docker pull registry.aetherproject.org/aether-apps/person-detection-app:<tag> docker run -itu root:root --privileged --network host registry.aetherproject.org/aether-apps/person-detection-app:<tag>
./bin/person_detection.sh -i resources/run.mp4
or
make run-native-test