- Install OpenVINO and activate environment:
source ~/intel/openvino/bin/setupvars.sh
- Clone the repository
git clone https://github.com/artyomtugaryov/openvino_workshop.git
- Create Virtual environment for python3:
sudo -E apt-get install python3-venv
python3 -m venv env
source env/bin/activate
-
Install OpenVINO python dependencies:
4.1 Install Accuracy Checker
cd ${INTEL_OPENVINO_DIR}/deployment_tools/open_model_zoo/tools/accuracy_checker/ python setup.py install
4.2 Install Post-Training Optimization Toolkit
cd ${INTEL_OPENVINO_DIR}/deployment_tools/tools/post_training_optimization_toolkit python setup.py install
4.3 Install dependencies for the Model Downloader
pip install -r ${INTEL_OPENVINO_DIR}/deployment_tools/open_model_zoo/tools/downloader/requirements.in
4.4 Install dependencies for the Model Optimizer
pip install -r ${INTEL_OPENVINO_DIR}/deployment_tools/model_optimizer/requirements.txt
-
Install workshop dependencies:
pip install -r requirements.txt
- Install
gettext-base
package for using envsubst:
apt-get install gettext-base
- Run the notebook:
jupyter notebook