Gitiles
Code Review
Sign In
gerrit.opencord.org
/
person-detection-app
/
9d965c40e1590e8277a6f8139236e9d07569d309
/
.
/
bin
/
person_detection.sh
blob: dacdda6691971d14a6179271e3b5dd5524b47605 [
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