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
6666b79c
Commit
6666b79c
authored
May 12, 2020
by
Ukhu
Browse files
fix mqtt flags client and demo
parent
be30b4a0
Changes
2
Show whitespace changes
Inline
Side-by-side
demo/entrypoint.sh
View file @
6666b79c
...
...
@@ -24,7 +24,12 @@ elif [ "$app" = "/opt/intel/openvino/deployment_tools/open_model_zoo/demos/pytho
if
[
"
$input
"
=
"cam"
]
;
then
export
input
=
0
fi
python3
$app
-i
$input
-d
$device
-m
$model
if
[
"
$raw
"
=
"true"
]
;
then
python3
$app
-i
$input
-d
$device
-m
$model
--client
$client
--broker
$broker
else
python3
$app
-i
$input
-d
$device
-m
$model
--no_send
fi
else
$app
-i
$input
-d
$device
-m
$model
fi
...
...
demo/human3d
View file @
6666b79c
...
...
@@ -32,11 +32,18 @@ device=CPU
if
[
"
$device
"
==
CPU
]
;
then
app
=
/opt/intel/openvino/deployment_tools/open_model_zoo/demos/python_demos/human_pose_estimation_3d_demo/human_pose_estimation_3d_demo.py
model
=
${
models_dir
}
/public/human-pose-estimation-3d-0001/FP32/human-pose-estimation-3d-0001.xml
raw
=
true
broker
=
kontron-lora.cloudapp.net
client
=
Demo
fi
###### NCS2 3D Pose Estimation #####
if
[
"
$device
"
==
MYRIAD
]
;
then
app
=
/opt/intel/openvino/deployment_tools/open_model_zoo/demos/python_demos/human_pose_estimation_3d_demo/human_pose_estimation_3d_demo.py
model
=
${
models_dir
}
/public/human-pose-estimation-3d-0001/FP16/human-pose-estimation-3d-0001.xml
raw
=
true
broker
=
kontron-lora.cloudapp.net
client
=
Demo
fi
opts
=
"--entrypoint=/entrypoint.sh"
...
...
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