We followed the steps for running VTune as given in the following link on Ubuntu 16.04 :
https://software.intel.com/en-us/get-started-with-vtune-linux-os
We are able to get results for human_pose_estimation_3d but we are getting error while running human_pose_estimation_demo (2D). The screenshot is attached.
For human_pose_estimation_3D,
In vtune gui, for Application field we have given /home/amit/human_pose_estimation_3d_demo/human_pose_estimation_3d_demo.py
In Application parameter field,
-m /path/to/Human_pose_python/human-pose-estimation-3d-0001.xml -i /path/to/TestVideo.mp4 -d CPU
For human_pose_estimation_demo (2D),
Application:
/home/amit/omz_demos_build/intel64/Release/human_pose_estimation_demo
Application parameters:
-m /opt/intel/openvino_2020.1.023/deployment_tools/tools/model_downloader/intel/human-pose-estimation-0001/FP32/human-pose-estimation-0001.xml -i /home/amit/TestVideo.mp4 -d CPU
After running human_pose_estimation_demo (2D) , we are getting error as shown in screenshot attached.
Specifications:
vTune version : Intel(R) VTune(TM) Profiler 2020 (build 605129)
GCC version : 5.4.0
Openvino: 2020.1.023