YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
21.77k
stars
7.96k
forks
source link
Can i use multi gpu for detection and will it increase the fps ?? #4534
Open
KnitVikas opened 4 years ago
You can use multi-GPU for training: https://github.com/AlexeyAB/darknet#how-to-train-with-multi-gpu
You can run different instances of Yolo on different GPUs, by using flag
-i 0
or-i 3
to use GPU0 or GPU3You can't use multi-GPU for detection for one instance of Yolo