GithubHelp home page GithubHelp logo

realtime_handpose_3d's Introduction

3D_HandPose

This repository implements a realtime 3D hand posture estimation pipeline running on Jetson platform using a Azure Kinect camera.
Please refer to the following repositories before getting started here:

landing graphic

There are 2 stages to our pipeline

CenterNet Bounding Box

The first stage will localize the hand using a fusion of infrared and depth image.
NOTE: more detail can be found in the centernet_kinect repository

A2J Posture Detection

The second stage would perform 3D hand posture estimation on the region of intrest selected by the previous step.
NOTE: for training a model please refer to the Hand Posture Estimation repository

Run inference

  • Initially configure the pipeline/constants.py file:
    • CENTERNET_MODEL_PATH please place the centernet model weights in "/checkpoint/CenterNet"
      with the naming convention that was provided in the original repository
      • Configure the centernet portion of the file as its been described in the original repository.
        if you are using the weights directly from the original repository you dont have to modify this section.
    • A2J_MODEL_PATH please place the A2J model weights in "/checkpoint/A2J"
      with the naming convention that was provided in the original repository
      • Configure the a2j portion of the file as you have set up the training pipeline for Hand Posture Estimation.
      • For Faster inference we use TensorRT inference engine to optimize the models. this will take some time to compile the models and create a TRT engine
  • Run realtime inference on a jetson platform.
    cd pipeline
    python3 azure_kinect.py
    
    # Optional for faster inference
    python3 azure_kinect.py --trt True # for optimizing the models with TensorRT fp16  

realtime_handpose_3d's People

Contributors

miladnoori1996 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.