All Projects → RenFeiTemp → SRN

RenFeiTemp / SRN

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SRN

Barracuda-PoseNet
PoseNet Using Unity MLAgents Barracuda Engine
Stars: ✭ 31 (+14.81%)
Mutual labels:  pose-estimation, pose-tracking
DeepLabCut-core
Headless DeepLabCut (no GUI support)
Stars: ✭ 29 (+7.41%)
Mutual labels:  pose-estimation, pose-tracking
PeekingDuck
A modular framework built to simplify Computer Vision inference workloads.
Stars: ✭ 143 (+429.63%)
Mutual labels:  pose-estimation
awesome-visual-localization-papers
The relocalization task aims to estimate the 6-DoF pose of a novel (unseen) frame in the coordinate system given by the prior model of the world.
Stars: ✭ 60 (+122.22%)
Mutual labels:  pose-estimation
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (+18.52%)
Mutual labels:  pose-estimation
MobilePose-Pi
MobilePose deployment for Raspberry Pi
Stars: ✭ 15 (-44.44%)
Mutual labels:  pose-estimation
flydra
live, low-latency markerless multi-camera 3D animal tracking system
Stars: ✭ 52 (+92.59%)
Mutual labels:  pose-estimation
tf-cpn
Cascade Pyramid Netwrok
Stars: ✭ 22 (-18.52%)
Mutual labels:  pose-estimation
kPAM
kPAM: Generalizable Robotic Manipulation
Stars: ✭ 73 (+170.37%)
Mutual labels:  pose-estimation
virtual drawing board
Virtual whiteboard with hand pose estimation
Stars: ✭ 30 (+11.11%)
Mutual labels:  pose-estimation
realsense explorer bot
Autonomous ground exploration mobile robot which has 3-DOF manipulator with Intel Realsense D435i mounted on a Tracked skid-steer drive mobile robot. The robot is capable of mapping spaces, exploration through RRT, SLAM and 3D pose estimation of objects around it. This is an custom robot with self built URDF model.The Robot uses ROS's navigation…
Stars: ✭ 61 (+125.93%)
Mutual labels:  pose-estimation
FASSEG-repository
Datasets for multi-class and multi-pose face segmentation
Stars: ✭ 66 (+144.44%)
Mutual labels:  pose-estimation
CenterNet-pytorch-lightning
Refactored implementation of CenterNet (Objects as Points - Zhou, Xingyi et. al.) shipping with PyTorch Lightning modules
Stars: ✭ 53 (+96.3%)
Mutual labels:  pose-estimation
UniFormer
[ICLR2022] official implementation of UniFormer
Stars: ✭ 574 (+2025.93%)
Mutual labels:  pose-estimation
icra20-hand-object-pose
[ICRA 2020] Robust, Occlusion-aware Pose Estimation for Objects Grasped by Adaptive Hands
Stars: ✭ 42 (+55.56%)
Mutual labels:  pose-estimation
OffsetGuided
Code for "Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation"
Stars: ✭ 31 (+14.81%)
Mutual labels:  pose-estimation
realant
RealAnt robot platform for low-cost, real-world reinforcement learning
Stars: ✭ 40 (+48.15%)
Mutual labels:  pose-estimation
NSRMhand
[WACV 2020] "Nonparametric Structure Regularization Machine for 2D Hand Pose Estimation"
Stars: ✭ 95 (+251.85%)
Mutual labels:  pose-estimation
3DObjectTracking
Official Code: A Sparse Gaussian Approach to Region-Based 6DoF Object Tracking
Stars: ✭ 375 (+1288.89%)
Mutual labels:  pose-estimation
gesture-recognition-for-human-robot-interaction
Gesture Recognition For Human-Robot Interaction with modelling, training, analysing and recognising gestures based on computer vision and machine learning techniques. This work was done at Distributed Artificial Intelligence Lab (DAI Labor), Berlin.
Stars: ✭ 62 (+129.63%)
Mutual labels:  depth-camera

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

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].