blob: e8a7587052eaad7e4f6c1b84d29afe5f3852ccf2 [file] [log] [blame]
Shad Ansarid80531f2021-09-27 23:15:03 +00001#!/bin/bash
2args="$@"
3source .venv/bin/activate
4source /opt/intel/openvino/bin/setupvars.sh
Shad Ansari30a23732021-09-29 23:07:21 -07005#python3 person_detection/person_detection.py -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args
Shad Ansaria2714652021-10-23 00:10:18 +00006python3 person_detection/app.py -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args
Shad Ansari30a23732021-09-29 23:07:21 -07007