I am using a hailo 8L AI kit on rpi5, im have trained the custom yolo model. right now it is in .pt format i want to run it on hailo architecture. please provide me with the detailed steps on the hef conversion and also guide me and how to use this custom model for live video inferencing.
Welcome to the Hailo Community!
I recommend to install the Hailo AI Software Suite Docker (available in the Developer Zone) and then work trough the tutorials. Inside the Docker call:
hailo tutorial
This will start a Jupyter Notebook server with notebooks for each step of the model conversion.