Hey, it’s cool to see PiCamera2 support for Hailo with examples!
Is there an option to use tracking detection? Do you have any examples for that, or do we need to implement our own SORT algorithm? Or is it built-in, or planned for future releases? If so, how long might we need to wait?
Hello, I have rpi5+Hailo8, I check the link and I face issue with run the detection and tracking python code because it depends on hailo_platform which isn’t supported by rpi as I understand.
Hi, thank you for your help, I have very good results.
May I ask you how to set the batch size? because I need faster inference, I try modefy the batch_size: int = 1 to batch_size: int = 8 lines in utils.py file:
but nothing changes.
Note:
when use: detection_pipeline → GStreamerDetectionApp, I can easily set the batch size and increase the FPS and inference speed.