moberweger / deep-prior-pp

Improving Fast And Accurate 3D Hand Pose Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepPrior++: Improving Fast and Accurate 3D Hand Pose Estimation

Author: Markus Oberweger oberweger@icg.tugraz.at

Requirements:

  • OS
    • Ubuntu 14.04
    • CUDA 7 + cuDNN 5
  • via Ubuntu package manager:
    • python2.7
    • python-matplotlib
    • python-scipy
    • python-pil
    • python-numpy
    • python-vtk6
    • python-pip
  • via pip install:
    • scikit-learn
    • progressbar
    • psutil
    • theano 0.9
  • Camera driver
    • OpenNI for Kinect
    • DepthSense SDK for Creative Senz3D

For a description of our method see:

M. Oberweger and V. Lepetit. DeepPrior++: Improving Fast and Accurate 3D Hand Pose Estimation. In ICCV Workshop, 2017.

Setup:

  • Put dataset files into ./data (e.g. ICVL, or MSRA (thanks to @geliuhao for providing), or NYU dataset)
  • Goto ./src and see the main file test_realtimepipeline.py how to handle the API
  • Camera interface for the Creative Senz3D is included in ./src/util. Build them with cmake . && make.

Pretrained models:

Download pretrained models for ICVL and NYU dataset.

Datasets:

The ICVL and MSRA dataset is trained for a time-of-flight camera, and the NYU dataset for a structured light camera. The annotations are different. See the papers for it.

D. Tang, H. J. Chang, A. Tejani, and T.-K. Kim. Latent Regression Forest: Structured Estimation of 3D Articulated Hand Posture. In Conference on Computer Vision and Pattern Recognition, 2014.

X. Sun, Y. Wei, S. Liang, X. Tang and J. Sun. Cascaded Hand Pose Regression. In Conference on Computer Vision and Pattern Recognition, 2015.

J. Tompson, M. Stein, Y. LeCun, and K. Perlin. Real-Time Continuous Pose Recovery of Human Hands Using Convolutional Networks. ACM Transactions on Graphics, 33, 2014.

About

Improving Fast And Accurate 3D Hand Pose Estimation

License:GNU General Public License v3.0


Languages

Language:Python 94.8%Language:C++ 4.7%Language:C 0.4%Language:CMake 0.1%