I have run into issues with trying to multithread the detection step using mutliple gpus. While on windows it runs properly, it seems like on linux its running into some sort of race conditions (I am guessing C static isnt thread safe). Has anyone had success running two detections using YOLO in two separate threads, or does it have to be singlethreaded due to YOLO functions not being thread safe in the detection step.
I have run into issues with trying to multithread the detection step using mutliple gpus. While on windows it runs properly, it seems like on linux its running into some sort of race conditions (I am guessing C static isnt thread safe). Has anyone had success running two detections using YOLO in two separate threads, or does it have to be singlethreaded due to YOLO functions not being thread safe in the detection step.