Hi, I got to know that the data flow compiler is not available for raspberry pi yet. But I can find the AI SW suite docker image for x86 architecture available here (https://hailo.ai/developer-zone/software-downloads/)
. I want to know if I compile my custom model using the DFC on an x86 machine, would that be compatible with arm64 (raspberry pi-5) machine? or do I need to compile the model on raspberry pi device only?
Hey @taresh
its is compatible , you are compiling it to be used on the Hailo8L , regardles of the system .
Note: you need to compile it for Hailo8L , other wise it wont work .
you can do that using the --arch flag.
for more info run
hailo compile -h
Regards