Deploying Frame Interpolation Models using Hailo8l

I bought a Hailo8l AI kit(LINK) for my Raspberry Pi5 for performing object detection using the Yolov8n Detection model and was successfully able to deploy the trained model using Dataflow Compiler and Model zoo.

Now i am interested in implementing a pretrained Frame interpolation model(Model Git) based on pytorch(.pt) which i have exported to ONNX and the model is working well when i use ONNX Runtime but i am interested in deploying this model using Hailo8l

I need guidance for exporting my Frame interpolation model to .HEF model if it is possible

If you want to check the ONNX model that i exported, it is available here : Drive