Skip to content

Commit

Permalink
Nuitrack v0.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-3DiVi committed Mar 31, 2021
1 parent c0cd2fb commit e5b75c8
Show file tree
Hide file tree
Showing 48 changed files with 53 additions and 19 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release v0.35.3

**Release Date**: 31 March 2021
**Nuitrack Runtime version**: 0.35.3
**Nuitrack SDK version**: 1.11.2

## New Features

* **Unity**: added the first tutorial on **Nuitrack AI Object Detection**

## Bug Fixes and Improvements

* **Nuitrack AI Skeleton Tracking**: improved accuracy of detecting 3D coordinates of skeleton joints
* **Nuitrack AI Skeleton Tracking**: improved legs position in motion for Moving Sensor mode

## Known Issues

* USB cameras permission issue on **Android 9 (Pie) or higher** except for the **Intel RealSense** sensors
* Gesture recognition may fail for a sitting pose

# Release v0.35.2

**Release Date**: 22 March 2021
Expand Down
Binary file not shown.
Binary file modified Examples/nuitrack_csharp_device_api_sample/nuitrack.net.dll
Binary file not shown.
Binary file modified Examples/nuitrack_csharp_sample/nuitrack.net.dll
Binary file not shown.
Binary file modified Examples/nuitrack_gl_sample/android/libs/nuitrackhelper.jar
Binary file not shown.
Binary file modified Examples/nuitrack_ni_gl_sample/android/libs/nuitrackhelper.jar
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/libOpenNI.so
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/nuitrackhelper.jar
Binary file not shown.
Binary file modified Nuitrack/lib/android/libOpenNI.so
Binary file not shown.
Binary file modified Nuitrack/lib/android/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/android/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/android/nuitrackhelper.jar
Binary file not shown.
Binary file modified Nuitrack/lib/csharp/nuitrack.net.dll
Binary file not shown.
Binary file modified Nuitrack/lib/linux64/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux64/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux_arm/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux_arm/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/win32/middleware.lib
Binary file not shown.
Binary file modified Nuitrack/lib/win32/nuitrack.lib
Binary file not shown.
Binary file modified Nuitrack/lib/win64/middleware.lib
Binary file not shown.
Binary file modified Nuitrack/lib/win64/nuitrack.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion Platforms/Nuitrack.apk
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/Nuitrack_arm64.apk
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-linux-armhf.deb
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-ubuntu-amd64.deb
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-windows-x64.exe
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-windows-x86.exe
Git LFS file not shown
4 changes: 2 additions & 2 deletions Unity3D/NuitrackSDK.unitypackage
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1
1.11.2
6 changes: 6 additions & 0 deletions doc/Install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Installation Instructions

## Hardware Requirements and Minimum System Specifications

* RGBD sensor (see the [list of compatible sensors and platforms](https://nuitrack.com/#sensors))

There are no strict requirements for hardware performance with Nuitrack. RAM usage is below 200MB. There is only one restriction for desktop processors: support for AVX instructions set is required.

## Windows

### Software Requirements
Expand Down
14 changes: 10 additions & 4 deletions doc/Nuitrack_AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Advantages:
* 360-degree tracking
* tracking of difficult poses (for example, tracking of a sitting or a lying person)

Nuitrack AI is available from the Nuitrack v0.33.0 release.
Nuitrack AI is available from the Nuitrack v0.33.0 release. You can use Nuitrack AI not only in native C++/C# applications, but also in projects built with Unity or Unreal Engine. There's no need to change the code if your application was made with the standard Nuitrack version: all you need to do is to enable the Nuitrack AI features in the `nuitrack.config` file (see the instructions in the sections below).

<p align="center">
<img width="480" src="img/nuitrack_ai_demo.gif">
Expand Down Expand Up @@ -46,13 +46,19 @@ Nuitrack AI Object Detection is the Nuitrack AI feature that provides object det
To turn on Nuitrack AI object detection:
* open the `nuitrack.config` file from `%NUITRACK_HOME%/data`
* set the `"CnnDetectionModule.ToUse"` parameter to `true`

To test AI object detection, run `nuitrack_sample.exe` from `%NUITRACK_HOME%/bin` (`/usr/bin/nuitrack_sample` for Ubuntu).


The following types of objects can be detected on a color stream:
* bottle
* cigarette
* phone
* laptop
* bag
* book

To test AI object detection, run `nuitrack_sample.exe` from `%NUITRACK_HOME%/bin` (`/usr/bin/nuitrack_sample` for Ubuntu).

In addition, we have a sample Unity tutorial that demonstrates how to detect various objects (in our case, a cigarette) on video received from a camera. In case a cigarette is detected, you will hear an audible warning and your screen will turn red:

* [Unity project](https://github.com/3DiVi/nuitrack-sdk/tree/master/Unity3D): *Assets/NuitrackSDK/Tutorials/NuitrackAI*
* [video tutorial](https://www.youtube.com/watch?v=75gpVuwygx8)

2 changes: 2 additions & 0 deletions doc/TVico_User_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**TVico** is an interactive Android computer with a 3D sensor and an RGB camera, a product jointly developed by Orbbec and 3DiVI Inc. It is designed for development of interactive Android applications and bundled with Nuitrack SDK.

_**Note:** you will need a **TVico license** to use TVico. The TVico license is a special form of the [Nuitrack Pro Perpetual license](/doc/Licensing.md) and enables the [wireless use case](#wireless-case). The license key is sent to your mail after purchasing TVico on the [official website](https://tvico.io/)._

<p align="center">
<img width="400" src="img/TVico_0.jpg">
</p>
Expand Down
2 changes: 1 addition & 1 deletion iOS-beta/nuitrack_sample/nuitrack.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.35.2</string>
<string>0.35.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Binary file modified iOS-beta/nuitrack_sample/nuitrack.framework/nuitrack
Binary file not shown.

0 comments on commit e5b75c8

Please sign in to comment.