[Support]: Frigate + Hail 8 is compiled as Hailo 8L #20977
-
Checklist
Describe the problem you are havingHi, It seems that in frigate +, when asking to compile a new model for Hailo8, it creates an Hailo8L model. The first time it happened I thought I had mis-clicked, but this second time I had the same results. Steps to reproduce
Version16.2 In which browser(s) are you experiencing the issue with?No response Frigate config file-docker-compose file or Docker CLI command-Relevant Frigate log output-Relevant go2rtc log output-Operating systemHome Assistant OS Install methodHome Assistant Add-on Network connectionWired Camera make and modelScreenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulI've skipped all the frigate information since the software itself is not the issue here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This issue has been reported by other users as well(1). The Hailo detector integration is designed to automatically detect your hardware architecture and select the appropriate default model(2). In your Frigate configuration, both Hailo-8 and Hailo-8L use When the Hailo detector downloads or uses a model, it should automatically select the correct model based on detected hardware(2)(1). However, there have been reports where models compiled for Hailo-8L are being used on Hailo-8 hardware, resulting in the warning "HEF was compiled for Hailo8L device, while the device itself is Hailo8"(1). To resolve this:
The inference time difference between a Hailo-8L model running on Hailo-8 hardware versus a properly compiled Hailo-8 model is typically only a few milliseconds (around 11ms vs 7-9ms)(1)(4). For Frigate+ model compilation specifically, I don't have information in the available sources about the model compilation process or settings within the Frigate+ service itself. You may want to visit GitHub to report this as a Frigate+ service issue. 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
This issue has been reported by other users as well(1). The Hailo detector integration is designed to automatically detect your hardware architecture and select the appropriate default model(2).
In your Frigate configuration, both Hailo-8 and Hailo-8L use
type: hailo8lin the detector configuration(2)(3). The configuration validator currently only acceptshailo8las a valid type, even when using full Hailo-8 hardware(3).When the Hailo detector downloads or uses a model, it should automatically select the correct model based on detected hardware(2)(1). However, there have been reports where models compiled for Hailo-8L are being used on Hailo-8 hardware, resulting in the warning "HEF was …