MekkaSiekka / Face-Recognition-with-OpenVino-Toolkit

A FaceNet C++ implementation in Intel's OpenVino compouter vision sdk
35 stars 16 forks source link

Absent directory "inference_engine/samples/extension" #4

Open abench opened 5 years ago

abench commented 5 years ago

I received following error just after entering command "cmake ..": CMake Error at CMakeLists.txt:140 (add_subdirectory): add_subdirectory given source "/opt/intel/computer_vision_sdk/deployment_tools/inference_engine/samples/extension" which is not an existing directory.

My version of OpenVino toolkit is 2018.5.445. OS version - Ubuntu 16.04.5 LTS.

Note, that after setting NEED_EXTENTION variable to FALSE "cmake .." command was executed without any errors, but next make command have following error:

[ 7%] Building CXX object preprocess_tool/CMakeFiles/preprocess_tool.dir/main.cpp.o In file included from /home/abench/workspace-openvino-experiments/Face-Recognition-with-OpenVino-Toolkit/preprocess_tool/main.cpp:22:0: /home/abench/workspace-openvino-experiments/Face-Recognition-with-OpenVino-Toolkit/preprocess_tool/../src/face_detection.cpp:19:43: fatal error: mkldnn/mkldnn_extension_ptr.hpp: No such file or directory compilation terminated. preprocess_tool/CMakeFiles/preprocess_tool.dir/build.make:62: recipe for target 'preprocess_tool/CMakeFiles/preprocess_tool.dir/main.cpp.o' failed make[2]: *** [preprocess_tool/CMakeFiles/preprocess_tool.dir/main.cpp.o] Error 1 CMakeFiles/Makefile2:135: recipe for target 'preprocess_tool/CMakeFiles/preprocess_tool.dir/all' failed make[1]: *** [preprocess_tool/CMakeFiles/preprocess_tool.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

MekkaSiekka commented 5 years ago

Could you be so kind to inform me which version of OpenVino you are using?

edit: you might want to use later vision instead of this one, since 5.445 does not support FaceNet

nduong90 commented 5 years ago

@MekkaSiekka I am having the same issue. Cmake cannot find "/opt/intel/computer_vision_sdk/deployment_tools/inference_engine/samples/extension"

My version of OpenVino toolkit is 2019.1.094 OS version - Ubuntu 18.04.

Thank you.

weihua04 commented 5 years ago

did u problem have been solved? i have the same problem ,and i found “extension ”folder in "/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/src/extension"

mumulin0419 commented 5 years ago

I have the same problem,my vino version is 2019.1.144,maybe this version don't support facenet?

mumulin0419 commented 5 years ago

anyone solve this ?

TCfirefly commented 4 years ago

@MekkaSiekka I am having the same issue. Cmake cannot find "/opt/intel/computer_vision_sdk/deployment_tools/inference_engine/samples/extension"

My version of OpenVino toolkit is 2019.1.094 OS version - Ubuntu 18.04.

Thank you.

How did you solve this problem, any commitment will be appreciate.

suyashparth commented 4 years ago

@MekkaSiekka I am having the same issue. Cmake cannot find "/opt/intel/computer_vision_sdk/deployment_tools/inference_engine/samples/extension"

Facing the same issue. Was anyway able to solve this?

My version of OpenVino toolkit is 2020.1.023 OS version - macOS 10.13.6

divdaisymuffin commented 4 years ago

Hi i have same error. I am using openvino_2019.3.334. Please help me