- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
./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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page