Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

can't Cannot find source file: include/human_pose.hpp

Zheng__Rui
Beginner
567 Views

At the path  /opt/intel/openvino_2019.1.094/deployment_tools# , I "mkdir build & cd build & cmake -DCMAKE_BUILD_TYPE=Release /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/samples'  to build sample application on Linux. But I get:

--   XSAVE supported
-- TBB include: /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/external/tbb/include
-- TBB Release lib: /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/external/tbb/lib/libtbb.so
-- TBB Debug lib: /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/external/tbb/lib/libtbb_debug.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
CMake Error at human_pose_estimation_demo/CMakeLists.txt:25 (add_executable):
  Cannot find source file:

    include/human_pose.hpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


CMake Error at human_pose_estimation_demo/CMakeLists.txt:25 (add_executable):
  No SOURCES given to target: human_pose_estimation_demo


-- Build files have been written to: /opt/intel/openvino_2019.1.094/deployment_tools/build

 

I don't know why, I use 'find /opt/ -name human_pose.hpp',get:

/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/samples/multichannel_demo/hpe/human_pose.hpp

I copy this to get :

/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/include/human_pose.hpp

and the cmake still get the same error, I get struck in this error for a long time ,what should I do ? appreciate!

 

0 Kudos
0 Replies
Reply