Why does yolo8s_pose.hef
seem to perform differently on video and streaming, even with the same resolution and FPS (13 TOPS)? For me, a 1280x720 input video runs at 28ms per frame, while processing a stream with the suggested scripts from the Hailo GitHub repository takes 35ms per frame.
Moreover, my own script, which is based on the original but adapted for one or two USB video input sources, takes 48ms per frame, regardless of the number of input sources (1280x720).
What would be the difference with Hailo at 26 TOPS? It seems that YOLO on Hailo does not perform well when running in a thread. Is this a Hailo issue or a YOLO issue?