HI
Alex
I use YOLO as dll on linux,and it sucess!but i want to speed up when it detector .What should i do ?
@wenku1992abc Hi,
Tracker_optflow tracker_flow(1);: https://github.com/AlexeyAB/darknet/blob/ea09a6e0b38e1ddf43ffcd81d27f0506411eb8e4/src/yolo_console_dll.cpp#L112So Detection will be on the GPU#0, and Tracking will be on the GPU#1.
OK ,I got it .Thanks very much, Alex!
Most helpful comment
@wenku1992abc Hi,
Tracker_optflow tracker_flow(1);: https://github.com/AlexeyAB/darknet/blob/ea09a6e0b38e1ddf43ffcd81d27f0506411eb8e4/src/yolo_console_dll.cpp#L112So Detection will be on the GPU#0, and Tracking will be on the GPU#1.