malvika2003's picture
Upload folder using huggingface_hub
db5855f verified

A newer version of the Gradio SDK is available: 5.25.2

Upgrade

Open Model Zoo Tools Tutorial

Binder Colab

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.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start. For details, please refer to Installation Guide.