Shad Ansari | d80531f | 2021-09-27 23:15:03 +0000 | [diff] [blame] | 1 | #!/bin/bash |
2 | args="$@" | ||||
3 | source .venv/bin/activate | ||||
4 | source /opt/intel/openvino/bin/setupvars.sh | ||||
Shad Ansari | 30a2373 | 2021-09-29 23:07:21 -0700 | [diff] [blame] | 5 | #python3 person_detection/person_detection.py -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args |
6 | python3 person_detection/app.py -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args | ||||
7 |