All Projects → 3DiVi → Nuitrack Sdk

3DiVi / Nuitrack Sdk

Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc.

Projects that are alternatives of or similar to Nuitrack Sdk

Ml Auto Baseball Pitching Overlay
⚾🤖⚾ Automatic baseball pitching overlay in realtime
Stars: ✭ 200 (+94.17%)
Mutual labels:  ai, pose-estimation
Dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Stars: ✭ 9,681 (+9299.03%)
Mutual labels:  ai
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+1185.44%)
Mutual labels:  ai
Ikbt
A python package to solve robot arm inverse kinematics in symbolic form
Stars: ✭ 97 (-5.83%)
Mutual labels:  ai
Toeicbert
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.
Stars: ✭ 95 (-7.77%)
Mutual labels:  ai
Objectron
Objectron is a dataset of short, object-centric video clips. In addition, the videos also contain AR session metadata including camera poses, sparse point-clouds and planes. In each video, the camera moves around and above the object and captures it from different views. Each object is annotated with a 3D bounding box. The 3D bounding box describes the object’s position, orientation, and dimensions. The dataset contains about 15K annotated video clips and 4M annotated images in the following categories: bikes, books, bottles, cameras, cereal boxes, chairs, cups, laptops, and shoes
Stars: ✭ 1,352 (+1212.62%)
Mutual labels:  ai
Pytorch pose proposal networks
Pytorch implementation of pose proposal networks
Stars: ✭ 93 (-9.71%)
Mutual labels:  pose-estimation
Fingerpose
Finger pose classifier for hand landmarks detected by TensorFlow.js handpose model
Stars: ✭ 102 (-0.97%)
Mutual labels:  pose-estimation
Monkeys
A strongly-typed genetic programming framework for Python
Stars: ✭ 98 (-4.85%)
Mutual labels:  ai
Happy Transformer
A package built on top of Hugging Face's transformer library that makes it easy to utilize state-of-the-art NLP models
Stars: ✭ 97 (-5.83%)
Mutual labels:  ai
Nivirtualcam
OpenNI 2 Virtual Webcam - Directshow Filter
Stars: ✭ 95 (-7.77%)
Mutual labels:  kinect
Tensor Safe
A Haskell framework to define valid deep learning models and export them to other frameworks like TensorFlow JS or Keras.
Stars: ✭ 96 (-6.8%)
Mutual labels:  ai
Atlasnetv2
This repository contains the source codes for the paper AtlasNet V2 - Learning Elementary Structures.
Stars: ✭ 99 (-3.88%)
Mutual labels:  ai
Ai Study
人工智能学习资料超全整理,包含机器学习基础ML、深度学习基础DL、计算机视觉CV、自然语言处理NLP、推荐系统、语音识别、图神经网路、算法工程师面试题
Stars: ✭ 93 (-9.71%)
Mutual labels:  ai
Opencage
A modding toolkit for Alien: Isolation that covers a wide range of game content and configurations.
Stars: ✭ 98 (-4.85%)
Mutual labels:  ai
Emojiintelligence
Neural Network built in Apple Playground using Swift
Stars: ✭ 1,323 (+1184.47%)
Mutual labels:  ai
Blurr
Data transformations for the ML era
Stars: ✭ 96 (-6.8%)
Mutual labels:  ai
Helix theory
螺旋论(theory of helix)—— “熵减机理论(可用来构建AGI、复杂性系统等)”
Stars: ✭ 98 (-4.85%)
Mutual labels:  ai
Lexiconner
Lexicon-based Named Entity Recognition
Stars: ✭ 102 (-0.97%)
Mutual labels:  ai
Eao Slam
[IROS 2020] EAO-SLAM: Monocular Semi-Dense Object SLAM Based on Ensemble Data Association
Stars: ✭ 95 (-7.77%)
Mutual labels:  pose-estimation

What is Nuitrack™ SDK?

Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc. This is a solution for skeleton tracking and gesture recognition that enables capabilities of Natural User Interface (NUI) on Android, Windows, and Linux.

Nuitrack™ framework is multi-language and cross-platform. Nuitrack™ APIs include the set of interfaces for developing applications, which utilize Natural Interaction. The main purpose of Nuitrack™ is to establish an API for communication with 3D sensors.

The Nuitrack™ module is optimized for ARM based processors, which means that you can use it with Android devices and embedded platforms.

  • Features:

    • Full Body Skeletal Tracking (19 Joints);
    • 3D Point Cloud;
    • User Masks;
    • Gesture Recognition;
    • Cross-platform SDK for Android, Windows, and Linux;
    • 3D Sensor independent: supports Kinect v1, Asus Xtion, Orbbec Astra, Orbbec Persee, Intel RealSense;
    • Unity and Unreal Engine Plugins;
    • OpenNI 1.5 compatible: OpenNI module allows you to move your OpenNI based apps developed for Kinect and Asus Xtion to other platforms, including Android.
  • Application areas:

    • Natural User Interface (NUI) for Windows/Linux/Android;
    • Games and Training (Fitness, Dance Lessons);
    • Medical Rehabilitation;
    • Smart Home;
    • Positional and Full Body Tracking for VR;
    • Audience Analytics;
    • Robot Vision.

You can learn more about Nuitrack™ on nuitrack.com.

Getting Started

  1. Clone this repository. Please note that it's important to clone this repository instead of downloading it. To clone the repository, run the commands below:

    $ git clone https://github.com/3DiVi/nuitrack-sdk.git
    $ cd nuitrack-sdk
    
  2. Download the Nuitrack Runtime installer:

    • using Git LFS:
    $ git lfs install
    $ git lfs pull --include "Platforms/*"
    
  3. Download NuitrackSDK.unitypackage:

    • using Git LFS:
    $ git lfs pull --include "Unity3D/*"
    
  4. Install Nuitrack to your system following the Installation Instructions.

  5. Activate Nuitrack with our Trial, Perpetual, or Online license.

Now you can use Nuitrack and run the samples from the Examples folder.

What’s included in the SDK:

What Description
Documentation An offline copy of Nuitrack documentation.
Runtime Components Nuitrack Runtime installers for all supported platforms.
C#/.NET Wrapper Nuitrack supports C#/.NET API that allows you to integrate Nuitrack with your C# applications.
Code Samples These basic examples demonstrate how to use Nuitrack SDK. You can find C++/C# cross-platform samples with instructions inside.
Unity Package This package allows you to easily integrate Nuitrack SDK into your Unity project.
Unreal Engine Plugin This plugin allows to develop C++ applications with UE 4.20 (Android only).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].