This notebook shows how to convert PaddlePaddle models to OpenVINO IR.
The notebook uses Paddle2ONNX and OpenVINO Model Optimizer to convert a MobileNet V3 PaddleHub model, pretrained on the ImageNet dataset, to OpenVINO IR. It also shows how to perform classification inference on an image using OpenVINO Inference Engine and compares the results of the PaddlePaddle model with the IR model.
If you have not done so already, please follow the Installation Guide to install all required dependencies.