Skip to content

Latest commit

 

History

History
 
 

002-openvino-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OpenVINO™ API tutorial

Binder

This notebook explains the basics of the OpenVINO Runtime API. It provides a segmentation and classification IR model and a segmentation ONNX model. The model files can be replaced with your own models.

Despite the exact output being different, the process remains the same.

Notebook Contents

The OpenVINO API tutorial consists of the following steps:

  • Loading OpenVINO Runtime and Showing Info
  • Loading a Model
    • OpenVINO IR Model
    • ONNX Model
  • Getting Information about a Model
    • Model Inputs
    • Model Outputs
  • Doing Inference on a Model
  • Reshaping and Resizing
    • Change Image Size
    • Change Batch Size

Installation Instructions

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