Hi
i’ve been using the Hailo compiler already before without problems, but somehow something changed and fails on the final step when trying to compile to .hef:
hailo compiler optimized.har --hw-arch hailo8
I’m getting this error:
[info] Current Time: 14:57:02, 12/11/24
[info] CPU: Architecture: x86_64, Model: , Number Of Cores: 8, Utilization: 0.2%
[info] Memory: Total: 18GB, Available: 16GB
[info] System info: OS: Linux, Kernel: 6.8.0-49-generic
[info] Hailo DFC Version: 3.29.0
[info] HailoRT Version: Not Installed
[info] PCIe: No Hailo PCIe device was found
[info] Running hailo compiler super8_optimized.har --hw-arch hailo8
[info] Compiling network
[info] To achieve optimal performance, set the compiler_optimization_level to “max” by adding performance_param(compiler_optimization_level=max) to the model script. Note that this may increase compilation time.
[info] Loading network parameters
[info] Starting Hailo allocation and compilation flow
[info] Adding an output layer after nms1
Invalid configuration
[error] Failed to produce compiled graph
[error] BackendAllocatorException: Compilation failed: Invalid configuration
Any idea what could be wrong?
PS: I need to compile in a VirtualMachine environment, so no PCI Drivers are available but as mentioned, it already worked before.