Hello,
We (@Niruthan_Seshendran and me) are using the Hailo AI Kit with the HAILO-8 chip together with a Raspberry Pi 5, and we would like to run a Hailo example program (raw_streams_example.cpp with the model shortcut_net.hef). We are using HailoRT version 4.20.0, and the example program was precompiled in DFC version 3.30.0.
When running the program, in the configure_network_group
function at the line
auto hef = Hef::create(HEF_FILE);
we get the return value HAILO_CHUNK_TOO_LARGE
.
The program then outputs the message “Failed to configure network group shortcut_net.hef” and aborts.
What exactly does this error mean, and how can it be resolved?