AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.68k stars 7.96k forks source link

Cuda stream support #8898

Open dannyjpereira opened 5 months ago

dannyjpereira commented 5 months ago

Is it possible to execute a particular Yolo pipelines on the high or low-priority cuda stream? If this feature is available, what is the command to perform the above activity. My goal is to execute multiple yolo pipelines on mulitiple cuda streams.

Thank you.