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.

does not appear to contain CMakeLists.txt.

AKALIN__Hasan
Beginner
4,282 Views

Hi everyone;

 

I have a problem for open vino.

pi@raspberrypi:~/build $ ls
pi@raspberrypi:~/build $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=armv7-a" /opt/intel/openvino/deployment_tools/inference_engine/samples
CMake Error: The source directory "/opt/intel/openvino/deployment_tools/inference_engine/samples" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
pi@raspberrypi:~/build $ sudo usermod -a -G users "$(pi)"
bash: pi: command not found
usermod: user '' does not exist
 

how can i fix this problem? Thank you :)

0 Kudos
1 Reply
Max_L_Intel
Moderator
4,281 Views

Hi Hasan.

You should further specify the path to either "c" or "cpp" samples directory as

/opt/intel/openvino/deployment_tools/inference_engine/samples/c/

or

/opt/intel/openvino/deployment_tools/inference_engine/samples/cpp/

Hope this helps.
Thanks.

Best regards, Max.

0 Kudos
Reply