Azure-Kinect-Sensor-SDK: Body Tracking broken on new Nvidia GPUs

Just got a new 3080ti system for Kinect development, none of the body tracking samples will start.

Here are the behaviors I’m getting for each mode:

CUDA: -it spits out this error, and then closes:

2022-04-02 16:42:41.9449232 [W:onnxruntime:K4ABT_ORT_Environment, cuda_execution_provider.cc:1885 onnxruntime::CUDAExecutionProvider::GetCapability] CUDA kernel not found in registries for Op type: Sign node name: Sign
2022-04-02 16:42:41.9484857 [W:onnxruntime:K4ABT_ORT_Environment, fallback_cpu_capability.h:140 onnxruntime::GetCpuPreferedNodes] Force fallback to CPU execution for node: Shape__40

CPU: -no error, it just opens and closes

DirectML: -no error, it just opens and closes

TensorRT: -it spits out this error, and then closes:

2022-04-02 16:52:07.6850310 [E:onnxruntime:K4ABT_ORT_Environment, tensorrt_execution_provider.h:45 onnxruntime::TensorrtLogger::log] [2022-04-02 21:52:07   ERROR] INVALID_ARGUMENT: getPluginCreator could not find plugin Sign version 1
Unsupported ONNX data type: DOUBLE (11)
Unsupported ONNX data type: DOUBLE (11)
Unsupported ONNX data type: DOUBLE (11)
Unsupported ONNX data type: DOUBLE (11)
2022-04-02 16:52:22.5834758 [W:onnxruntime:K4ABT_ORT_Environment, cuda_execution_provider.cc:1885 onnxruntime::CUDAExecutionProvider::GetCapability] CUDA kernel not found in registries for Op type: Sign node name: Sign


I’ve tried upgrading and downgrading drivers (can’t downgrade below Driver 511.65) It’s important I get this up and running for work, are there any options to get this working with a new nvidia card?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15

Most upvoted comments

Hi @gradientLord could you please take a look at this thread?

#1763 (comment)

the new body tracking viewer in here works for me, I wasn’t able to get the Tensor RT cache working yet but everything else seems good!

I’m noticing a similar issue on a new laptop/new install of SDKs.