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. |
The notebook covers following topics:
- Model Downloader
- Model Converter
- Info Dumper
- Benchmark Tool
If you have not installed all required dependencies, follow the Installation Guide.