Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Open Model Zoo Tools Tutorial

Binder

This notebook demonstrates how to download a model from Open Model Zoo, convert it to OpenVINO™ 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 to OpenVINO IR 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 topics:

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

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.