blob: 97fab3b7d7a5f9b7ca3c5d3fe0dacbab9e066821 [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 -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args