AETHER-2267 - Move models to parent dir

Change-Id: I83cb82c3a10d2a560e9e1cd604b63d935dfeaf8a
diff --git a/bin/person_detection.sh b/bin/person_detection.sh
index ed46c62..dacdda6 100755
--- a/bin/person_detection.sh
+++ b/bin/person_detection.sh
@@ -2,4 +2,4 @@
 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
+python3 person_detection/person_detection.py -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args