File size: 1,891 Bytes
db5855f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Open Model Zoo Tools Tutorial

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Fmodel-tools%2Fmodel-tools.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/model-tools/model-tools.ipynb)

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

This is a self-contained example that relies solely on its own code.</br>
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to [Installation Guide](../../README.md).