Qengineering / YoloV8-TensorRT-Jetson_Nano

A lightweight C++ implementation of YoloV8 running on NVIDIAs TensorRT engine
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Multiple stream #1

Open prince0310 opened 3 weeks ago

prince0310 commented 3 weeks ago

i want to run multiple stream on different different video with different different models how to do that .

Qengineering commented 3 weeks ago

Most simple approach is using threads. Each thread hold a stream and has its own TensortRT model.