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 | 9d965c4 | 2021-09-27 23:56:14 +0000 | [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 |