In order to use this workshop content, you will need to setup your hardware and install the Intel® Distribution of OpenVINO™ toolkit for infering your computer vision application.
System Requirement can be found from HERE
These labs have been validated on Ubuntu* 18.04 OS.
Download Linux*-based Intel® Distribution of OpenVINO™ toolkit and use steps described in the install guide to install the Intel® Distribution of OpenVINO™ toolkit, set the Environment Variables, configure Model Optimizer, run the Verification Scripts to verify installation, and additional steps to enable the toolkit components to use GPU or VPU on your system.
Run demo scripts (any one of them or both if you want to both the demos) which will generate the folder $HOME/inference_engine_samples with the current Intel® Distribution of OpenVINO™ toolkit built.
cd /opt/intel/openvino_2021/deployment_tools/demo
./demo_squeezenet_download_convert_run.sh
./demo_security_barrier_camera.sh
cd $HOME/inference_engine_samples_build
make
cd $HOME/inference_engine_demos_build
make
Set the folder to execute labs in the workshop github.
sudo mkdir -p /opt/intel/workshop/
Note: replace the usernames below with your user account name
sudo chown username.username -R /opt/intel
cd /opt/intel/workshop/
4. Download and clone the workshop content to the current directory (/opt/intel/workshop/smart-video-workshop).
git clone https://github.com/intel-iot-devkit/smart-video-workshop.git