我正在尝试使用 OpenVino 推理编译 OpenCV,如下所述:
https://github.com/opencv/opencv/wiki/Intel's-Deep-Learning-Inference-Engine-backend
但是当我尝试在 Windows 上生成 MSVC (2017) 项目时,出现此错误:
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)
使用的工具:
- OpenCV 4.0.0 源代码
- OpenVino 5.0.1
- 视觉工作室 2017
- CMake-GUI 3.13