我试图编译这个 OpenVino 示例项目:https ://github.com/intel-iot-devkit/intruder-detector
当我做 cmake 时,我不知道它为什么要求 feature_def,我不明白这意味着什么。
我也对如何/opt/intel//computer_vision_sdk_2018.4.420/deployment_tools/inference_engine/samples/extension
说是一个不存在的目录感到困扰。它确实不存在。我尝试重新安装 OpenVino 几次,但并没有解决问题。请帮助,任何建议将不胜感激。提前致谢。
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:11 (include):
include could not find load file:
feature_defs
CMake Error at CMakeLists.txt:13 (add_subdirectory):
add_subdirectory given source
"/opt/intel//computer_vision_sdk_2018.4.420/deployment_tools/inference_engine/samples/extension"
which is not an existing directory.
-- Configuring incomplete, errors occurred!
See also "/home/user/intruder- detector/application/build/CMakeFiles/CMakeOutput.log".