- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> 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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page