I am trying to compile OpenCV with OpenVino inference as explained here:
https://github.com/opencv/opencv/wiki/Intel's-Deep-Learning-Inference-Engine-backend
but when I try to generate the MSVC (2017) project on windows, I am getting this error:
CMake Error at C:/local/Intel/computer_vision_sdk_2018.5.445/deployment_tools/inference_engine/src/extension/cmake/CPUID.cmake:324 (file):
file STRINGS file "C:/local/opencv-build/cpuid.txt" cannot be read.
Call Stack (most recent call first):
C:/local/Intel/computer_vision_sdk_2018.5.445/deployment_tools/inference_engine/src/extension/cmake/feature_defs.cmake:17 (include)
C:/local/Intel/computer_vision_sdk_2018.5.445/deployment_tools/inference_engine/src/extension/CMakeLists.txt:9 (include)
Tools used:
- OpenCV 4.0.0 source code
- OpenVino 5.0.1
- Visual Studio 2017
- CMake-Gui 3.13