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
2fa606b6
Commit
2fa606b6
authored
Mar 25, 2020
by
ukhuracha
Browse files
3D humanPose
parent
d0a489c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
debug/runcmd
View file @
2fa606b6
...
...
@@ -25,18 +25,25 @@ examples_dir=/root/omz_demos_build/intel64/Release
models_dir
=
/root/openvino_models/ir
build_cmd
=
"/opt/intel/openvino/deployment_tools/open_model_zoo/demos/build_demos.sh -DENABLE_PYTHON=on"
# Input: IPCam or USBCam
input
=
/videos/test.mp4
input
=
cam
#################################
######## Examples ###########
#################################
####### CPU Pose Estimation ########
device
=
CPU
app
=
${
examples_dir
}
/human_pose_estimation_demo
model
=
${
models_dir
}
/intel/human-pose-estimation-0001/FP32/human-pose-estimation-0001.xml
raw
=
true
broker
=
kontron-lora.cloudapp.net
client
=
Demo
######## CPU 3D Pose Estimation ###
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
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
fi
#raw=true
#broker=kontron-lora.cloudapp.net
#client=Demo
###### NCS2 Pose Estimation ######
#device=MYRIAD
...
...
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