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.
6403 Discussions

Inference Engine Build sample files missing

MBhat97
Beginner
418 Views

Hello developers, I am trying to object detection with the camera input in real-time and I have found that object_detection_demo_yolov3_async is the best way to do it. But I have encountered this error even after running cmake and make :

bash: ./object_detection_demo_yolov3_async: No such file or directory

and when I run with .hpp extension the error is following: bash: ./object_detection_demo_yolov3_async.hpp: Permission denied

Kindly help me with this

Thanks in advance.

Best regards,

Manoj Bhat 

0 Kudos
2 Replies
SIRIGIRI_V_Intel
Employee
418 Views

Hi  Manoj Bhat,

 

The error looks like the binary file is not available in the working directory.

Please make sure that you have followed Building the Demo Applications to build the C++ samples.

Navigate to the binary folder. To run the object_detection_demo_yolov3_async sample, Please follow the README.md.

Let us know in case of any issues.

 

Regards,

Ram prasad

0 Kudos
MBhat97
Beginner
418 Views

Yes, thank you Sirgiri for your help. 

0 Kudos
Reply