When compiling hailort from sources, there is the -HAILO_BUILD_EXAMPLES=1 option which builds a set of example applications that demonstrate the API.
The download_hefs.sh script that comes with the sources is meant to load some hefs that are required to run these example apps.
That download_hefs.sh is hardcoded to download HAILO8 hefs. When changing the REMOTE_HEF_DIR to HAILO8L, the appropriate hefs are not available.
Here is a list of the hefs that are required for the examples:
“shortcut_net.hef”
“shortcut_net_nv12.hef”
“multi_network_shortcut_net.hef”
“resnet_v1_18.hef”
Do these precompiled models exist somewhere for the HAILO8L architecture?
Or is there a technical reason these examples do not work for the HAILO8L architecture?