Initial commit of person-detection-app

Change-Id: Ic4141fd19d3d8c89929b798191310fa2c49e3070
diff --git a/person_detection.sh b/person_detection.sh
new file mode 100755
index 0000000..a58351c
--- /dev/null
+++ b/person_detection.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+args="$@"
+source .venv/bin/activate
+source /opt/intel/openvino/bin/setupvars.sh
+python3 person_detection/person_detection.py -d CPU -m ./resources/models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args