Hi, I’m having a very similar problem with a custom network, but I haven’t been able to find a solution.
When I run hailortcli run ./models/net_160_160.hef My error is:
Running streaming inference (./models/net_160_160.hef):
Transform data: true
Type: auto
Quantized: true
[HailoRT] [error] Unsupported hef version 271056897
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_HEF_NOT_SUPPORTED(92)
[HailoRT CLI] [error] CHECK_SUCCESS failed with status=HAILO_HEF_NOT_SUPPORTED(92) - Failed reading hef file ./models/net_160_160.hef
[HailoRT] [error] Unsupported hef version 271056897
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_HEF_NOT_SUPPORTED(92)
[HailoRT CLI] [error] CHECK_SUCCESS failed with status=HAILO_HEF_NOT_SUPPORTED(92)
I’m using an RPI AI HAT+, If I run hailortcli fw-control identify I get:
Executing on device: 0001:01:00.0
Identifying board
Control Protocol Version: 2
Firmware Version: 4.23.0 (release,app,extended context switch buffer)
Logger Version: 0
Board Name: Hailo-8
Device Architecture: HAILO8
I have compiled my model with Dataflow Compiler 3.33.0 and hw_arch=’hailo8’, I’m running with HailoRT v4.23.0
Any pointers on what I should check?
Thanks!