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?