I have a best.onnx file that has been converted from best.pt. Now i just want to be able to run object detection with this file using hailo. There is no concrete guide online or on youtube. There are only guides on how to run pre-existing models.
Welcome to the Hailo Community!
You will need to convert the ONNX file into the Hailo Executable Format (HEF). I recommend you start with the tutorials built into the Hailo AI Software Suite. Inside the Docker call:
hailo tutorial
Additionally, there are many posts in this forum discussing different questions about model conversion. You can use the forum search in the top right corner to find them.