bibigone / k4a.net

K4A.Net - Three-in-one .NET library to work with Azure Kinect devices (also known as Kinect for Azure, K4A, Kinect v4). It includes sensor API, recording and playback API, body tracking API. Samples for WPF, .NET Core and Unity are included.
MIT License
164 stars 39 forks source link

About TrackerConfiguration ProcessingMode #43

Closed YJ-L-2017 closed 4 months ago

YJ-L-2017 commented 2 years ago

when ProcessingMode= TrackerProcessingMode.GpuCuda,the following prompt appears: [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 [W:onnxruntime:K4ABT_ORT_Environment, fallback_cpu_capability.h:140 onnxruntime::GetCpuPreferedNodes] Force fallback to CPU execution for node: Shape__40 system:win10 cuda:11.1

bibigone commented 4 months ago

This output is not directly connected to this particular .NET wrapper around Azure Kinect Body Tracking SDK, because it is generated from internals of this native SDK.