Run PaddleOcr recognition model in Hailo AI accelerator

Hi,
I’m trying to run the PaddleOCR recognition model on a Raspberry Pi using the Hailo AI Accelerator. I would like to know the steps or procedures needed to:

  1. Convert the PaddleOCR recognition model to be compatible with Hailo,
  2. And perform inference on the Raspberry Pi using the Hailo device.

Could you guide me on the required tools, supported model formats, conversion pipeline, and inference setup? Any help or reference documentation would be appreciated.

Hi @Rithiga_S
There have been a few attempts in the community to compile the PaddleOCR to Hailo devices, but as far as I know, no one has succeeded. There are some layers that the compiler cannot deal with properly. You can take a look at these existing threads: Compiling PaddleOCR, update_reshape_output_format return a none - General - Hailo Community

Hi,

Thanks for your response.

I’d also like to know if there is any comprehensive documentation or guide that outlines the steps to convert and run any custom or pretrained model on the Hailo AI Accelerator in raspberry pi, including model conversion and inference.

If there’s a general workflow or resource that covers this process in detail, please share it.

Hi @Rithiga_S
Please see this guide for model conversion: Creating Custom Hef using DFC/Model Zoo - Guides - Hailo Community

Hi @shashi
Thanks for your response.