Skip to content

Latest commit

 

History

History
 
 

101-tensorflow-to-openvino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

TensorFlow to OpenVINO Model Conversion Tutorial

Binder

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.

Notebook Contents

The notebook uses OpenVINO Model Optimizer to convert the same MobilenetV3 used in the 001-hello-world notebook.

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.