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.

CMakeLists.txt file missing in Openvino raspbian 2020.1V, in samples/python folder.

dilip96
New Contributor I
276 Views

Hi,

I tried to install the openvino rasbian 2020.1 version in RaspberryPi 4. with rasbian 4.19.

This is the link I am reffering for the installation,

https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html

"Build and Run Object Detection sample" is throwing an CMake error that CMakeLists.txt file is not found.

I am using python, but the python folder does not contain the file either.

 

Please help get through this ASAP. Thank you.

0 Kudos
1 Reply
Max_L_Intel
Moderator
276 Views

Hi Dilip.

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/

Python samples are also provided there within ./python/ folder, however, you don't need to build them but just run it with Face Detection model per the further steps in the "Build and Run Object Detection Sample " section.

Thanks.
Best regards, Max.

0 Kudos
Reply