AETHER-2267 - Move models to parent dir

Change-Id: I83cb82c3a10d2a560e9e1cd604b63d935dfeaf8a
7 files changed
tree: e54abacdffa49fe950896056e3b09ac53d1ac7cf
  1. .gitignore
  2. LICENSES/
  3. Makefile
  4. README.md
  5. VERSION
  6. bin/
  7. docker/
  8. models/
  9. person_detection/
  10. requirements.txt
  11. resources/
README.md

Persion-detection Applicaiton

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.

Build base image

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

Build person-detection

make build

Start RPi camera

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

Start persion-detection

make run

Quick test

./bin/person_detection.sh -i resources/run.mp4

or

make run-native-test