Developing and training models for the Hailo 8?

I’ve gone ahead and ordered a Pi 5 with a Hailo 8 accelerator (the 26 TOPS version). Is there a tutorial somewhere on developing new models for the Hailo 8? There are a few existing models I might be able to use, but I really want to develop my own models. How can I get started with that?

Hey @Ed_Borasky,

I wanted to point you toward our documentation for DFC and hailoMZ - everything you need for creating models is available at https://hailo.ai/developer-zone/software-downloads/

You can also find all our pre-built models in the model zoo here: GitHub - hailo-ai/hailo_model_zoo: The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment

My recommendation would be to start by experimenting with the examples first. Once you’re comfortable with those, you can export your model to ONNX format and then compile it using either DFC or MZ.

Let me know if you run into any issues or need clarification on any of the steps!