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