GithubHelp home page GithubHelp logo

prajwalchidananda / honline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opengp/honline

0.0 2.0 0.0 0 B

Online Generative Model Personalization for Hand Tracking

License: Other

CMake 3.33% C++ 85.84% Cuda 2.18% C 2.03% GLSL 6.62%

honline's Introduction

Online Generative Model Personalization for Hand Tracking

Disclaimer

To obtain the results shown in the video proper hardware is necessary:

  • Windows 10
  • Intel Core i7 @4GhZ
  • CUDA Graphic card (NVIDIA GTX1080 used in our demo)
  • Inter RealSense depth camera

Other notes:

  • note the software must be compiled in 64bits
  • Wristband color calibration (make sure the wristband is detected robustly otherwise the tracking might not perform as effectively, you can check this by enabling "show wband" in the hmodel_atb application)

BibTex

@article{tkach2017online, title={Online generative model personalization for hand tracking}, author={Tkach, Anastasia and Tagliasacchi, Andrea and Remelli, Edoardo and Pauly, Mark and Fitzgibbon, Andrew}, journal={ACM Transactions on Graphics (TOG)}, volume={36}, number={6}, pages={243}, year={2017}, publisher={ACM} }

Running "Teaser" Sequence

in honline/apps/honline_atb/main.cpp

  • change 90 | worker.settings->sequence_path to the path to teaser dataset in you machine
  • change 91 | worker.settings->data_path to the path to honline/data/ folder on your machine
  • set 98| bool benchmarkto true

Running Live

in honline/apps/honline_atb/main.cpp

  • set 98 | bool benchmark to false
  • wear a blue wristband and make sure that the wristband is always in the view of the sensor

Tracking

Tracking on a fast machine

  • worker.settings->calibration_type = NONE
  • worker.E_fitting.settings->fit2D_outline_enable = true
  • worker.settings->termination_max_iters = 8

Tracking on a slow machine

  • worker.settings->calibration_type = NONE
  • worker.E_fitting.settings->fit2D_outline_enable = false
  • worker.settings->termination_max_iters = 6

Calibration

Independent

  • worker.settings->calibration_type = FULL;

Standard Kalman Filter

  • worker.settings->calibration_type = FULL;
  • worker.settings->run_kalman_filter = true;
  • worker.settings->kalman_filter_type = STANDARD;
  • worker.settings->display_estimated_certainty = true;

Extended Kalman Filter

  • worker.settings->calibration_type = FULL;
  • worker.settings->run_kalman_filter = true;
  • worker.settings->kalman_filter_type = EXTENDED;
  • worker.settings->display_estimated_certainty = true;

Batch

To add every 30th frame to batch solve

  • worker.settings->frames_interval_between_measurements = 30;

To add the current frame to batch solve

  • press "A"

To start batch solve

  • press "B"

To run more iterations of batch solve

  • press "B"

To stop batch solve and resume tracking (the system sometimes crashes at this point)

  • press "Shift + B"

Batch Online

  • worker.settings->calibration_type = FULL;
  • worker.settings->run_batch_solver = true;
  • worker.settings->use_online_betas_for_batch_solver = true;

Batch Offline

  • worker.settings->calibration_type = NONE;
  • worker.settings->run_batch_solver = true;
  • worker.settings->use_online_betas_for_batch_solver = false;

Manual Uniform Scaling

  • Press "1" to make the model bigger
  • Press "2" to make the model smaller
  • Press "3" to make the model wider
  • Press "4" to make the model narrower
  • Press "5" to make the model thicker
  • Press "6" to make the model thinner

honline's People

Watchers

James Cloos avatar Prajwal Chidananda 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.