Shad Ansari | 47432b6 | 2021-09-27 22:46:25 +0000 | [diff] [blame^] | 1 | #!/bin/bash |
2 | args="$@" | ||||
3 | source .venv/bin/activate | ||||
4 | source /opt/intel/openvino/bin/setupvars.sh | ||||
5 | python3 person_detection/person_detection.py -d CPU -m ./resources/models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args |