Hello, I recently tested pretrained MobileNet SSD on my machine by using cv2.dnn module in python. It seems my code is only computing on CPU. So, I wanted to know: is there is any GPU support in cv2.dnn module?
1 | initial version |
Hello, I recently tested pretrained MobileNet SSD on my machine by using cv2.dnn module in python. It seems my code is only computing on CPU. So, I wanted to know: is there is any GPU support in cv2.dnn module?