Hello everyone!
I currently have a U-Net network, and I have made some modifications based on the original U-Net network (as shown in the figure below).
I’m just changing some convolution algorithms, maybe pruning, reducing the number of layers, and of course changing the size of the input and middle layers,The entire project is built on Pytorch.
I have already trained the model and converted it to the .hef format on DFC (only using Quick Optimization in the optimization part).
Now I want to deploy this network on the Raspberry Pi 5 AI Kit (rspi5 hailo8 26TOPS). I have set up the environment on my Raspberry Pi 5 according to the tutorial on GitHub and can run the Yolo example.
As for running my own U-Net network, I have no idea at all and don’t know where to start. I would really appreciate it if someone could give me some guidance or relevant examples.