Run 2 models sequentially on RPi5 using one Hailo 8l ai hat

I wrote a code for object detection on images using hailo. also, i wrote another one that implement pose estimation on images.
Now i want to apply this pose estimation model for images that include detected person(s) by the object detection model.
But, I got several errors when I use the examples of Hailo-Application-Code-Examples
like the difference in input of hef models and not able to call two hailo inference.

Hi @soheil.ahmadi.vosta
You can see user guides on this topic for some examples:

  1. A Comprehensive Guide to Building a License Plate Recognition (LPR) Systems
  2. Face Detection + Gender Classification: Pipelining two models on Hailo devices
  3. A Comprehensive Guide to Building a Face Recognition System

degirum is the only way to do this?

@soheil.ahmadi.vosta
There are probably other ways as well, but at DeGirum we developed PySDK to make writing edge AI applications easy.