I use openVINO R5 2018.5.445. I successfully installed all the software and dependencies for ubuntu 18.04. The test was successful as well. However, the sample models I am trying to run won't build. I followed the full documentation. Using the following commands:
cmake -DCMAKE_BUILD_TYPE=Release
(https://software.intel.com/en-us/articles/OpenVINO-InferEngine > Using Inference Engine Samples).
How should I Build the samples?
To Build samples in custom location/path/directory :
cd /opt/intel/computer_vision_sdk/inference_engine/samples
mkdir build
cd build CMAKE ..
make
By default, -DCMAKE_BUILD_TYPE
takes RELEASE
.