I have set up and created a custom ‘.hef’ file successfully multiple times for use with my Hailo-8l hardware on a Raspberry Pi 5. I followed all the necessary steps, converted the model and deployed it, but I am encountering an issue where no labels are appearing when running the following command. No errors are shown. Could you please assist in resolving this issue? I am using the basic_pipelines/detection.py in the hailo-rpi5-examples to test it out.
Welcome aboard! We’re delighted to have you join the Hailo Community. Congratulations on successfully creating your HEFs (Hailo Executable Format files).
To help ensure everything is working correctly, I’d be happy to review your work. Please send me the following:
Your HEF file
The corresponding JSON file
I’ll run these on my end to verify their functionality.
HEF Verification Steps
Here are some steps you can take to check if your HEF file is properly formatted:
Use the HailoRT CLI to parse the HEF:
hailortcli parse-hef {model}
Replace {model} with the path to your HEF file.
2. Visualize the HAR (Hailo Archive) model:
hailo visualizer {HAR model}
Replace {HAR model} with the path to your HAR file.
These commands will help you verify the structure and content of your files.
If you have any questions about these steps or need further assistance, please don’t hesitate to ask. We’re here to help!
The Hailo Visualizer is installed within the same environment as the DFC or the Model Zoo. As for the HEF file, please send it to me via DM here that’s the best way to share it.