From edf10995c4763d80faac814da1ed781416453f91 Mon Sep 17 00:00:00 2001 From: Andrew B Date: Tue, 6 Apr 2021 18:59:17 +0300 Subject: [PATCH] Version 1.4.11 --- K4AdotNet.Samples.Unity/prepare.cmd | 7 ++++--- K4AdotNet.Samples.Unity/readme.md | 11 +++++------ LICENSE | 2 +- Product.props | 6 +++--- ProductInfo.cs | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/K4AdotNet.Samples.Unity/prepare.cmd b/K4AdotNet.Samples.Unity/prepare.cmd index ba8c642..796794e 100644 --- a/K4AdotNet.Samples.Unity/prepare.cmd +++ b/K4AdotNet.Samples.Unity/prepare.cmd @@ -25,6 +25,7 @@ copy /y "%ProgramFiles%\Azure Kinect Body Tracking SDK\tools\cufft64_10.dll" Ass copy /y "%ProgramFiles%\Azure Kinect Body Tracking SDK\tools\onnxruntime.dll" Assets\Plugins\K4AdotNet\ copy /y "%ProgramFiles%\Azure Kinect Body Tracking SDK\tools\vcomp140.dll" Assets\Plugins\K4AdotNet\ -rem If Body Tracking SDK is installed to another location or you want to have portable solution which does not require installation of Body Tracking SDK -rem then copy manually the following libraries and data files from "tools" folder of Body Tracking SDK to "Assets\Plugins\K4AdotNet" folder of this plugin: -rem k4abt.dll, dnn_model_2_0_op11.onnx (or dnn_model_2_0_lite_op11.onnx), cublas64_11.dll, cublasLt64_11.dll, cudart64_110.dll, cudnn_cnn_infer64_8.dll, cudnn_ops_infer64_8.dll, cudnn64_8.dll, cufft64_10.dll, onnxruntime.dll, vcomp140.dll. \ No newline at end of file +rem If Body Tracking SDK is installed to another location then copy manually the following libraries and data files +rem from "tools" folder of Body Tracking SDK to "Assets\Plugins\K4AdotNet" folder of this plugin: +rem k4abt.dll, dnn_model_2_0_op11.onnx and/or dnn_model_2_0_lite_op11.onnx, cublas64_11.dll, cublasLt64_11.dll, cudart64_110.dll, +rem cudnn_cnn_infer64_8.dll, cudnn_ops_infer64_8.dll, cudnn64_8.dll, cufft64_10.dll, onnxruntime.dll, vcomp140.dll. \ No newline at end of file diff --git a/K4AdotNet.Samples.Unity/readme.md b/K4AdotNet.Samples.Unity/readme.md index 595d9db..1313d44 100644 --- a/K4AdotNet.Samples.Unity/readme.md +++ b/K4AdotNet.Samples.Unity/readme.md @@ -10,10 +10,9 @@ It will build **K4AdotNet** project and copy necessary binaries to Unity project You may run the script anytime later to update binaries with changes made to **K4AdotNet** library. The script assumes that **Azure Kinect Body Tracking SDK** is installed into default location under Program Files. -If it doesn't take place or you want to have portable solution which doesn't depend on presence of Body Tracking SDK on local machine -then copy the following files from `tools` folder of Body Tracking SDK to `Assets\Plugins\K4AdotNet` folder of this plugin: +If it doesn't take place then copy the following files from `tools` folder of Body Tracking SDK to `Assets\Plugins\K4AdotNet` folder of this plugin: * `k4abt.dll`, -* `dnn_model_2_0_op11.onnx`, +* `dnn_model_2_0_op11.onnx` and/or `dnn_model_2_0_lite_op11.onnx`, * `cublas64_11.dll`, * `cublasLt64_11.dll`, * `cudart64_110.dll`, @@ -30,13 +29,13 @@ This plugin depends on the following managed and native libraries and data files * **K4AdotNet** managed library (see `..\K4AdotNet\bin\Debug\netstandard2.0` or ``..\K4AdotNet\bin\Release\netstandard2.0`` folder): * `K4AdotNet.dll` * `K4AdotNet.deps.json` -* native libraries from **Azure Kinect Sensor SDK 1.4.0** (see `..\externals\k4a\windows-desktop\amd64` folder): +* native libraries from **Azure Kinect Sensor SDK 1.4.1** (see `..\externals\k4a\windows-desktop\amd64` folder): * `depthengine_2_0.dll` * `k4a.dll` * `k4arecord.dll` -* native libraries and ONNX-file from **Azure Kinect Body Tracking SDK 1.0.x** (you can download and install MSI package from [here](https://docs.microsoft.com/en-us/azure/kinect-dk/body-sdk-download) and find required files in `tools` subdirectory of installation destination directory): +* native libraries and ONNX-file from **Azure Kinect Body Tracking SDK 1.1.x** (you can download and install MSI package from [here](https://docs.microsoft.com/en-us/azure/kinect-dk/body-sdk-download) and find required files in `tools` subdirectory of installation destination directory): * `k4abt.dll`, - * `dnn_model_2_0_op11.onnx`, + * `dnn_model_2_0_op11.onnx` and/or `dnn_model_2_0_lite_op11.onnx`, * `cublas64_11.dll`, * `cublasLt64_11.dll`, * `cudart64_110.dll`, diff --git a/LICENSE b/LICENSE index 9c39301..8d9372a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 +Copyright (c) 2019-2021 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Product.props b/Product.props index 79e4116..3355f10 100644 --- a/Product.props +++ b/Product.props @@ -1,12 +1,12 @@ - 1.4.1 - 1.4.1.0 + 1.4.11 + 1.4.11.0 See https://github.com/bibigone/k4a.net/releases bibigone,baSSiLL K4A.Net - Copyright (c) 2019-2020 + Copyright (c) 2019-2021 MIT https://github.com/bibigone/k4a.net/blob/master/README.md https://github.com/bibigone/k4a.net diff --git a/ProductInfo.cs b/ProductInfo.cs index 898a465..20ce534 100644 --- a/ProductInfo.cs +++ b/ProductInfo.cs @@ -3,9 +3,9 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("K4A.Net")] -[assembly: AssemblyCopyright("Copyright © 2019-2020")] +[assembly: AssemblyCopyright("Copyright © 2019-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("1.4.1.0")] -[assembly: AssemblyFileVersion("1.4.1.0")] +[assembly: AssemblyVersion("1.4.11.0")] +[assembly: AssemblyFileVersion("1.4.11.0")]