Hi everyone!
I was looking around the Application Code Examples and stumbled upon the Hailo ONNX Runtime Example. My idea was to apply this approach to porting models outside of the Hailo Model Zoo to the chip - run the first half with all compatible steps on the Hailo 8 chip, then directly feed the output from the Hailo 8 to the rest of the ONNX and run it locally. In my mind, you can rather easily port models to the Hailo 8, while offering a (hopefully) significant performance boost. Does this approach makes sense, or are there any downsides I might be missing?