amd-gpu

OpenCV 4.0 and AMD processor Python

OpenCV 4.0 and AMD processor Python Question: Can I somehow use my AMD GPU to speed up computations in my Python script? I’m doing object detection using OpenCV 4.0 with cv2.dnn module. Basing on similar questions I’ve tried to use cv2.UMat but it doesn’t speed up computations, so I assume that the script was still …

Total answers: 1