This notebook shows how to convert PaddlePaddle models to OpenVINO IR.
The notebook uses model conversion API to convert a MobileNet V3 PaddleClas model, pre-trained on the ImageNet dataset, to OpenVINO IR. It also shows how to perform classification inference on an image, using OpenVINO Runtime and compares the results of the PaddlePaddle model with the OpenVINO IR model.
This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to Installation Guide.