Greetings. I intend to convert a .onnx file into a .hef file so it can run in a Raspberry Pi 5. I am having my first contact with Hailo Dataflow Compiler and I am a bit confused regarding how to perform the conversion using exclusively the CLI.
At the moment, I have followed this documentation to install Hailo DFC in an Ubuntu 20.04 VM running in Azure.
When I run the command $> hailo -h
, the output is the following:
From what I have researched, I understood that I the procedure is parse, optimize, and then compile, but I am a but confused how to do that only using commands in the CLI.
I would appreciate your help and guidance about this matter.
Thanks in advance.