| #!/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 | |