guiggh / hand_pose_action

Dataset and code for the paper "First-Person Hand Action Benchmark with RGB-D Videos and 3D Hand Pose Annotations", CVPR 2018.
253 stars 32 forks source link

Add python load_example script #1

Closed hassony2 closed 5 years ago

hassony2 commented 5 years ago

Add python loading script to plot projection of skeleton and object on image as well as three orthogonal projections of the hand (or hand + object) configuration.

Depends on numpy, matplotlib, Pillow and trimesh.

Usage :

python load_example.py --root /path/to/dataset

guiggh commented 5 years ago

Looks great! thank you :)