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