ibaiGorordo / ONNX-YOLOv8-Object-Detection

Python scripts performing object detection using the YOLOv8 model in ONNX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple streams with batched inference

Huy0110 opened this issue · comments

Currently, I don't see support for multiple streams with batched inference. In case I have many streams to process, I think batch processing will be faster and more optimal than creating many yolov8 objects.