Skip to content

Latest commit

 

History

History
 
 

104-model-tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Open Model Zoo Tools Tutorial

Binder

This notebook shows how to download a model from Open Model Zoo, convert it to OpenVINO's IR format, show information about the model, and benchmark the model.

Tool Command Description
Model Downloader omz_downloader Download models from Open Model Zoo
Model Converter omz_converter Convert Open Model Zoo models that are not in OpenVINO's IR format to that format
Info Dumper omz_info_dumper Print information about Open Model Zoo models
Benchmark Tool benchmark_app Benchmark model performance by computing inference time

Notebook Contents

The notebook covers following:

  • Model Downloader
  • Model Converter
  • Info Dumper
  • Benchmark Tool

Installation Instructions

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