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.

Unable to run Inference Engine

Pusapati__Satya_Gaja
250 Views

./object_detection_demo_ssd_async -i "cam" -m "<path/to model optimised .xml file>" -d CPU
bash: ./object_detection_demo_ssd_async: Is a directory

Used the following command from /intel/computer_vision_sdk/deployment_tools/inference_engine/samples

0 Kudos
1 Reply
nikos1
Valued Contributor I
250 Views

Hello Raju,

> ./object_detection_demo_ssd_async -i "cam" -m "<path/to model optimised .xml file>" -d CPU
> bash: ./object_detection_demo_ssd_async: Is a directory

In the same directory that you run the command object_detection_demo_ssd_async above please run the following to build the samples

mkdir build
cd build
cmake ..
make

Then you can run object_detection_demo_ssd_async from the intel/computer_vision_sdk/deployment_tools/inference_engine/samples/build/intel64/Release folder or whatever other place the binaries were built to.

Cheers,

nikos

0 Kudos
Reply