Skip to content

Files

Latest commit

 

History

History
 
 

214-vision-paddle-classification

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PaddlePaddle Image Classification with OpenVINO

Binder

This demo shows how to run a MobileNetV3 Large PaddePaddle model using OpenVINO Runtime. Instead of exporting the PaddlePaddle model to ONNX and converting to Intermediate Representation (IR) format using Model Optimizer, we can now read the Paddle model directly without conversion. It also covers new features in OpenVINO 2022.1, including:

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.