I’m trying to get a clearer understanding of the Hailo Model Zoo and the Raspberry Pi example projects.
How can I check which model is used by default in the Raspberry Pi example projects?
Are the models in the zoo public networks that have simply been converted into a Hailo-compatible format (e.g., for Hailo-8L)?
What do the star and rocket icons mean compared with models that don’t have these icons?
Is there a comparison of the object-detection models (e.g., accuracy, FPS, latency)?
Are the YOLOv* models the ones from Ultralytics?
If we train a model externally (for example, YOLO11), is it enough to convert it to the Hailo format to use it on Hailo hardware, or are there other considerations we should keep in mind?
There are source links for each model in the Model Zoo. See link above
Yes and No. There are many other topics you will need to look into to create a complete application. Converting a model to the HEF format is just one task.