PengfeiRen96 / SRN

[BMVC 2019] Code for "SRN: Stacked Regression Network for Real-time 3D Hand Pose Estimation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRN: Stacked Regression Network for Real-time 3D Hand Pose Estimation [paper] [supplementary]

Realtime demo

normal hand

demo1

small hand

demo2        

* Demos above are realtime results from Kinect V2 using models trained on Hands17 dataset (Intel Realsense SR300).

Usage

Prepare pre-trained models

Download models from here.

Put checkpoint/ in realtime/

Prepare test data

We provide some data collected by Kinect V2 in realtime/data/kinect2 for testing.

(Currently only Kinect V2 and realsense R300 are supported. If you want to use the depth map obtained by other sensors, you can configure the corresponding sensor parameters in run.py)

Testing

cd realtime
python run.py --data_dir ./data/your_folder_name --test_dataset kinect2 or realsense  

Comparison with state-of-the-art methods

NYU

NYU

ICVL

ICVL

MSRA

MSRA

HANDS17

HANDS17

About

[BMVC 2019] Code for "SRN: Stacked Regression Network for Real-time 3D Hand Pose Estimation"


Languages

Language:Python 100.0%