Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Running human pose estimation sample from the OpenVino Toolkit

SDwiv1
Beginner
332 Views

Hi guys,

I have installed the openvino toolkit as per the instructions and was able to run the demo in the setup documentation.

However, running the demo.bat file did not create a build file in the inference_engine/sample folder.

I would appreciate it if anyone can explain how to build and run the human_pose_estimation sample.

 

0 Kudos
1 Reply
nikos1
Valued Contributor I
332 Views

> I would appreciate it if anyone can explain how to build and run the human_pose_estimation sample.

I am on a Linux system right now but on Windows the process to build inference_engine/samples is 

-  Go to C:/Intel/computer_vision_sdk/inference_engine/samples

- Run create_msvc2015_solution.bat (or 2017) - that will use cmake to create Visual Studio projects and solutions

- Open the new VS solution named Samples.sln - I think it will end up in C:/Users/UserName/Documents/Intel/OpenVINO/inference_engine_samples_2015

- Build and run samples

It is also described in the OpenVino documentation in 

https://software.intel.com/en-us/articles/OpenVINO-InferEngine

Section: Building the Sample Applications on Windows* OS

Note: 

Supported Windows build environment:

Microsoft Windows* 10

Microsoft Visual Studio* 2017 or Microsoft Visual Studio* 2015 Community

CMake* 2.8 or later

0 Kudos
Reply