Use the pretrained network of the paper "Accurate Hand Keypoints Localization on Mobile Devices" to extract hand joint heatmaps from RGB hand images. The network is light enought (based on a mobilenet2 backend) to work on mobile phones.
Download the paper from here.
Tested on Python 3.x. Required packages
- numpy
- tensorflow
Clone the repo and run joint_demo.py.