Getting started with running pretrained models on Hailo 8

Hello,
I have recently received a Hailo-8 chip and have installed the hailo-AI-software suite. After doing so I am having trouble figuring out how to run the models from the model zoo and incorporate them in python/vscode and visualize them. And how can I be sure that the models are running on the hailo 8 and not just a computers CPU. Would anyone be able to provide steps and information on how to do so? Thank you

Welcome to the Hailo Community!

The suite contains Tappas our example applications. Make sure you also install the PCIe driver outside of the docker. First check that you can see the Hailo-8 in the system. See the following post:

How can I connect a Hailo-8/8l to my pc or laptop

Then you can have a look at the Hailo Application Code Examples.

Hailo Application Code Examples

You can test run model using the HailoRT CLI tool. That will not give you pretty pictures but you can quickly run any model with some random data and make basic measurements (FPS, power, bandwidth).

hailortcli run model.hef

You can get more options by using --help

The suite also contains Jupyter based tutorials on how to start converting your own models and run basic inference.

hailo tutorial