blob: e8a7587052eaad7e4f6c1b84d29afe5f3852ccf2 [file] [log] [blame]
#!/bin/bash
args="$@"
source .venv/bin/activate
source /opt/intel/openvino/bin/setupvars.sh
#python3 person_detection/person_detection.py -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args
python3 person_detection/app.py -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args