intel-device-plugins-for-ku.../demo/ubuntu-demo-openvino/do_classification.sh
Alek Du caa64516a7 ubuntu-demo-openvino: upgrade to openvino R4 release to align with OVC
OVC upgraded hddldaemon to use R4, so we should do so too.
also change the openvino tgz file download from "ADD" to curl to leverage
the docker build cache.

Signed-off-by: Alek Du <alek.du@intel.com>
2020-03-18 16:12:47 +08:00

6 lines
311 B
Bash
Executable File

#!/bin/bash -xe
export HDDL_INSTALL_DIR=/root/hddl
export LD_LIBRARY_PATH=/root/inference_engine_samples_build/intel64/Release/lib/
/root/inference_engine_samples_build/intel64/Release/classification_sample_async -m /root/openvino_models/ir/public/squeezenet1.1/FP16/squeezenet1.1.xml -i /root/car.png -d HDDL