You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU detection — _utils.py never imported cv2, so CUDA was always reported absent. GPU acceleration now works on a CUDA-enabled OpenCV: pose(device='gpu') (OpenPose), flow.dense(use_gpu=True), flow.sparse(use_gpu=True).