I’m trying to set up my compiler to convert models. In the guide it says to run “from hailo_sdk_client import ClientRunner” but it comes up module not found. I tried everything to get this to run. I’m running it using jupyter notbook. Any ideas how I can fix this? Thanks in advance!
I installed the docker version. Once installed can I compile models with the commands shown by hailo -h? I have a Hailo-10H coming but it will be on a Pi 5, I created a ubuntu machine to compile models into the HEF format which will be run on the pi 5. My main goal is to use a model that interfaces with home assistant easily.
The hailo CLI command allow you to do a quick conversion of a model. However I recommend learning how to convert a model using a python script. You can learn the basics of the model conversion flow using the built-in tutorials. The following command will start a Jupyter Notebook server with notebooks for each step of the process.