"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

May 27, 2019

Day #254 - Upgrade OpenVino on Linux, Install System Studio

1. Follow steps in link

Few other Custom Additional Steps
rename existing /opt/intel to /opt/intel_bkp
mv intel intel_bkp
sudo mv old_dir new_dir_name
sudo rm -r directory_to_remove

File to set path of OpenVino
vi /home/ubuntu/.bashrc

pip install protobuf==3.6.1
pip install test-generator==0.1.1

Download form Link




System Studio Download Link


cd ~/Downloads/
mkdir intel_tools
unzip intel-sq-tools-installation-bundle-linux-linux.zip -d intel_tools

tar -xvzf system_studio.tar.gz

cd system_studio
sudo ./install.sh

5.1GB download

Post Installation - Run this script:
/opt/intel/system_studio_2019/iss_ide_eclipse-launcher.sh

First Project - Link


GC++ Hello World App


Run a Custom Model in Python

Happy Mastering DL!!!

No comments: