- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am new to OpenVino and am in the process of setting up OpenVino on a laptop running Ubuntu 16.04.
I have followed the instructions to the point where I have successfully run the demos (car barrier camera).
I am now trying to build the samples but cannot find the build directory under /opt/intel/computer_vision_sdk/deployment_tools/inference_engine/samples
I have run the demos multiple times but it appears the build folder is not being generated by default.
Can anyone please help with what I am missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Najeeb,
in Ubuntu, you are free to choose where to place the build folder.
From this folder, you need to Cmake, using the following line:
cmake -DCMAKE_BUILD_TYPE=Release <path_to_inference_engine_samples_directory>
To compile the samples, then type make (always from this build folder you chose). The samples will be inside this build folder under the intel64/ReleaseThis information can be found in our documentation: computer_vision_sdk_2018.3.343/deployment_tools/documentation/docs/SamplesOverview.html
Best,
Severine
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Najeeb,
in Ubuntu, you are free to choose where to place the build folder.
From this folder, you need to Cmake, using the following line:
cmake -DCMAKE_BUILD_TYPE=Release <path_to_inference_engine_samples_directory>
To compile the samples, then type make (always from this build folder you chose). The samples will be inside this build folder under the intel64/ReleaseThis information can be found in our documentation: computer_vision_sdk_2018.3.343/deployment_tools/documentation/docs/SamplesOverview.html
Best,
Severine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot. That did the trick.

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