For Hailo Software

Hey @KNN2157,

It looks like you’re encountering an issue with the hailomz command not being found. This suggests that you haven’t installed the Hailo Model Zoo in the same virtual environment as the DFC (Deep Fusion Compiler).

To resolve this, you’ll need to ensure that the Hailo Model Zoo is installed in the same virtual environment as the DFC. You can do this by cloning the Hailo Model Zoo repository and then running the setup.py script. For more information, please check out the instructions in the Hailo Model Zoo repository:

As for your hardware-related question, you’ll need to add the --hw-arch hailo8l flag when using the DFC to create your model.

For more details on how to create models using the DFC, please refer to the DFC guide in the Hailo developer documentation: https://hailo.ai/developer-zone/documentation/

There’s also a simplified post that covers the process of creating custom HEF files using the DFC and the Hailo Model Zoo:

You can see the flow in hailomz as follows :

Let me know if you have any other questions!

Best regards,