Hello, thank you for reading my question.
Of course, I have purchased the Hailo and am using it with the Raspberry Pi 5.
I have watched many official resource videos.
I have researched many issues and solutions shared by experienced engineers.
However, as someone with limited experience, I still have many unclear areas where I seek assistance.
I have many custom-trained models from previous projects: yolov4 (weights) and yolov8 (pt).
From the official information, I understand that I should:
Step 1: Convert the custom-trained models to ONNX,
Step 2: Compile the model using Hailo Model Zoo,
This will generate a HEF file that can be used on the Raspberry Pi 5 AI Kit.
How can I convert the models to ONNX and compile them using Model Zoo?
Since I already have the custom-trained models’ setup on my desktop, can I skip using the following environments:
HailoRT – PCIe driver Ubuntu package (deb)
Hailo AI Software Suite – Docker training
Or do I need to use these methods to perform the conversion?
Thank you.