My hardware is the raspberry pi 4B. Install openvinoraspbian_p_2020.1.023. The following error is reported in cmake:
1.commmand:
make .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=armv7-a"
2.result(err):
CMake Error: The source directory "/home/pi/Downloads/inference_engine_vpu_arm/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.
連結已複製
1 回應
Please refer to this comment by Max on another thread and specify the path accordingly.
Max L. (Intel) wrote: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.
Regards,
Jaivin
