Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 979 Bytes

File metadata and controls

29 lines (20 loc) · 979 Bytes

OpenVINO API tutorial

Binder

This notebook explains the basics of the OpenVINO Inference Engine API. It provides a segmentation and classification IR model and a segmentation ONNX model. You can replace these model files with own models.

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

Notebook Contents

An OpenVINO API tutorial that covers the following:

  • Load Inference Engine and Show Info
  • Loading a Model
    • 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 done so already, please follow the Installation Guide to install all required dependencies.