AETHER-2274 Containerize person-detection-app

Change-Id: Ifc8acc31ed2d62df1c7f33d402a260132766c955
diff --git a/bin/person_detection.sh b/bin/person_detection.sh
new file mode 100755
index 0000000..ed46c62
--- /dev/null
+++ b/bin/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