dradamPK
dradamPK
I had a similar problem with RTX3080 but on Ubuntu. To run the demo I needed to disable CUDNN while building Openpose. I don't know how it looks like in...
Now I'm using: - Cudnn 8.3.2 (the newest one at the time of my installation) - Cuda 11.5 (I didn't install 11.6 because there was no Cudnn dedicated to it)...
I found Cmake compilation example for Tensorflow at https://serizba.github.io/cppflow/quickstart.html#using-cmake. Based on that knowledge I changed CmakeList.txt (that one in dir openpose_root/examples/user_code) to this: ``` # Uncomment these lines with your...