openpose icon indicating copy to clipboard operation
openpose copied to clipboard

Can OpenPose support CUDA 11 version(RTX3090)

Open Taylorminer opened this issue 1 year ago • 3 comments

Can OpenPose support CUDA 11 version(RTX3090) ? I try to deploy OpenPose on RTX 3090, and the terminal show this: Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED. It seems many people face the same problem.

Taylorminer avatar Aug 06 '22 12:08 Taylorminer

@Taylorminer what os and what language are you trying to use? I can confirm it works on my 3090ti. I had to build from source on linux, and it was super painful.

Regardless of OS, make sure cuda toolkit is installed. If you're using python install all your deps via anaconda as they usually have pre compiled binaries built in

rlewkowicz avatar Aug 08 '22 15:08 rlewkowicz

@Taylorminer The problem with that is due to not enough mem for CUDNN. CUDNN works worse than without it in CUDA>=11 See https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1864#issuecomment-774706976 for more details. In short, compile OpenPose WITHOUT CUDNN and you'll be up and running in no time!

xiangyann avatar Sep 27 '22 17:09 xiangyann

@xiangyann how do I do that on google colab ?

mayank64ce avatar Nov 23 '23 20:11 mayank64ce