Skip to content

SystemFriend/Azure-Kinect-Unity-Body-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure-Kinect-Unity-Body-Tracker

Overview

AzureKinectのBodyTrackingをUnityで試すために作りました。 汎用的なものではないです。

This project is for the experiments of Body Tracking of Azure Kinect on the Unity. Not for General purpose.

Environment

  • Unity2019.2.x
  • Azure Kinect SDK v1.2.0
  • Azure Kinect Body Tracking SDK v0.9.1

Setup to run

下記ファイルを Azure-Kinect-Unity-Body-Tracker\K4AUnityBT 配下に配置してください。

Put following files at "Azure-Kinect-Unity-Body-Tracker\K4AUnityBT".

  • dnn_model.onnx
  • onnxruntime.dll
  • cublas64_100.dll
  • cudart64_100.dll
  • cudnn64_7.dll

下記ファイルを Azure-Kinect-Unity-Body-Tracker\K4AUnityBT\Assets\K4AUnityBT\Plugins\x86_64 配下に配置してください。

Put following files at "Azure-Kinect-Unity-Body-Tracker\K4AUnityBT\Assets\K4AUnityBT\Plugins\x86_64".

  • depthengine_2_0.dll

Setup to build the plugin

VisualStudioのプロパティマネージャーで下記ユーザーマクロを設定してください。

Setup following user macros in Property Manager of Visual Studio.

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 49.5%
  • C# 39.8%
  • C 7.7%
  • ShaderLab 3.0%