Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.14 KB

Hand Pose Tracking with TensorFlow.js

A demo TensorFlow.js implementation of Convolutional Pose Machines. Inspired by timctho's TensorFlow version

06/29/2019 Update:

Now working on performance improvement by rebuilding the model with MobileNet. Help and advices are desired! Feel free to reach out to me at [email protected].


================================

07/10/2019 Update:

python code for training the model has been uploaded.

A python model not working very well can be downloaded here: link

Put it under models/ , and run demo_cpm_hand_dw.py for testing.

================================

03/17/2020 Update:

now updated to using tfjs handpose with ml5.js