ibaiGorordo / ONNX-YOLOv8-Object-Detection

Python scripts performing object detection using the YOLOv8 model in ONNX.
MIT License
369 stars 93 forks source link

Multiple streams with batched inference #23

Open Huy0110 opened 6 months ago

Huy0110 commented 6 months ago

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.