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.
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
If you have not installed all required dependencies, follow the Installation Guide.