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.
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
If you have not done so already, please follow the Installation Guide to install all required dependencies.