Hi! Thank you for organizing this community! I’m wondering if it’s possible to organize a structure for dividing a 4K-resolution input frame into tiles 640x640 and sending these tiles to the accelerator in parallel with RPI5 and Hailo 8(L), like this example from the TAPPAS repository - tappas/apps/h8/gstreamer/general/tiling/README.rst at master · hailo-ai/tappas · GitHub
Hi @Sonderyx
Welcome to the DeGirum community. Yes, it is possible to do tiling with PySDK. We have an example already at: PySDKExamples/examples/specialized/advanced_tiling_strategies.ipynb at main · DeGirum/PySDKExamples. We will adapt this to Hailo and keep you posted.
1 Like
Thank you! I will be looking forward to the update.
Hi @Sonderyx. Here is an example that demonstrates implementing tiling with PySDK on Hailo devices - advanced_tiling_strategies · DeGirum/hailo_examples
Let us know if you face any further issues.
1 Like
Thanks a lot for the guide! I’ll check it out soon.