Azure-Kinect-Sensor-SDK icon indicating copy to clipboard operation
Azure-Kinect-Sensor-SDK copied to clipboard

crash with cudnn 8.4.1.50

Open derivativerobmc opened this issue 3 years ago • 1 comments

I get an exception thrown inside k4abt_tracker_create when I have the cudnn 8.4.1.50 libraries installed. The older 8.2.2.26 cudnn libraries work, but our software uses requires the newer version for a different system. My understanding from the Nvidia documentation is that the newer builds of cudnn are supposed to be binary compatible with the older ones, so I would have expected the Kinect body tracking to still work.

Is there another issue going on inside the body tracking library? Does the Kinect have plans to update cudnn versions?

derivativerobmc avatar Aug 03 '22 22:08 derivativerobmc

Are you using the correct CUDA libraries for cudnn 8.4.1.50?

qm13 avatar Aug 09 '22 19:08 qm13