Hello,
In the Hailo8 model zoo, yolov8n is listed with FPS(batch size=1) of 1036 frames.
However, when compiling the Hailo8 C++ object detection example and running it with yolov8n on the provided video full_mov_slow.mp4, it works pretty slow and it finally reports FPS=11.076 and latency=90.2852ms.
In the past there were multiple object detection examples (sync and async, maybe more...) and I could run the models much faster than now.
How can I accelerate the current object detection example?