commit | a2714653516e4e9aa19d63b5cd396576a65ba53b | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Sat Oct 23 00:10:18 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Sat Oct 23 00:10:18 2021 +0000 |
tree | 75b84b6b468db043263e7e0844608e1ae8803e32 | |
parent | 4ae1168002f9de3f55ddc5fab6c70f56a94b1fcd [diff] |
Code refactor Change-Id: Ice294178d7af9be94a8bb65c1d0a7c8064f0ce7e
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