This tutorial explains how to convert TensorFlow models to OpenVINO IR. Inside the notebook we show how to convert the TensorFlow MobilenetV3 model and then classify an image with OpenVINO's Inference Engine.
The notebook uses OpenVINO Model Optimizer to convert the same MobilenetV3 used in the 001-hello-world notebook.
If you have not done so already, please follow the Installation Guide to install all required dependencies.