Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GONZALES ZUNIGA Juan Diego
dockervino
Commits
469bb786
Commit
469bb786
authored
Dec 10, 2020
by
Ukhu
Browse files
update tracker file on demo
parent
af28e172
Changes
1
Show whitespace changes
Inline
Side-by-side
demo/tracker
View file @
469bb786
...
...
@@ -26,13 +26,13 @@ models_dir=/root/openvino_models/ir
# Input: IPCam or USBCam
input
=
/videos/test.mp4
# device: CPU or MYRIAD
device
=
CPU
device
=
MYRIAD
######## CPU Pedestrian Tracker ###
if
[
"
$device
"
==
CPU
]
;
then
app
=
${
examples_dir
}
/pedestrian_tracker_demo
m_det
=
${
models_dir
}
/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml
m_reid
=
${
models_dir
}
/intel/person-reidentification-retail-0
031
/FP32/person-reidentification-retail-0
031
.xml
m_reid
=
${
models_dir
}
/intel/person-reidentification-retail-0
277
/FP32/person-reidentification-retail-0
277
.xml
raw
=
true
broker
=
kontron-lora.cloudapp.net
client
=
Demo
...
...
@@ -41,7 +41,7 @@ fi
if
[
"
$device
"
==
MYRIAD
]
;
then
app
=
${
examples_dir
}
/pedestrian_tracker_demo
m_det
=
${
models_dir
}
/intel/person-detection-retail-0013/FP16/person-detection-retail-0013.xml
m_reid
=
${
models_dir
}
/intel/person-reidentification-retail-0
031
/FP16/person-reidentification-retail-0
031
.xml
m_reid
=
${
models_dir
}
/intel/person-reidentification-retail-0
277
/FP16/person-reidentification-retail-0
277
.xml
raw
=
true
broker
=
kontron-lora.cloudapp.net
client
=
Demo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment