This section discusses how to use a pre-trained model or a custom trained model to make inference using OpenVINO. Inference is the process of using a model to perform object detection or classification and is divided into three steps:
- Running inference using a pre-trained model from ncappzoo.
- Converting the custom model into IR format for inference.
- Summary of all the steps involved in a flowchart.
These steps will be discussed in detail in the following subsections.