Tf-pose-estimation: Do you have a mobilenet hand model?

Created on 26 Jun 2018  路  9Comments  路  Source: ildoonet/tf-pose-estimation

Do you have a mobilenet hand model?

Thanks
Sachin

Most helpful comment

@ildoonet Hand detection would be a great feature. If you don't have the time to implement yourself, some of us from the community could contribute. Could you provide some information on how you converted the caffe body models to tensorflow? It seems the method used for hand detection is cropping around the wrist points and feeding each image into a CNN that outputs 11 points which are then constructed to form the hand?

All 9 comments

Would like to add to that: would be great if you can port the face model over, and/or the face-only code.
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/standalone_face_or_hand_keypoint_detector.md

Any update on this ?

@ildoonet Hand detection would be a great feature. If you don't have the time to implement yourself, some of us from the community could contribute. Could you provide some information on how you converted the caffe body models to tensorflow? It seems the method used for hand detection is cropping around the wrist points and feeding each image into a CNN that outputs 11 points which are then constructed to form the hand?

@atyshka https://arvrjourney.com/human-pose-estimation-using-openpose-with-tensorflow-part-1-7dd4ca5c8027 this should help you to understand how to convert caffe models to tensorflow.

@elbekri Personally I dislike the caffe models, the VGG architecture is just too slow. I鈥檓 wondering if we could get some pointers on creating a mobilenet variant for the hand detection.

I couldn't disagree on that @atyshka it is really slow but efficient and accurate.
However there is a lot of references in the ildoonet's README that should help you, but if you have any specific question i'll be happy to do some research/experimentation with you.
Btw Microsoft published a nice dataset for foot keypoint https://cmu-perceptual-computing-lab.github.io/foot_keypoint_dataset/

@elbekri @atyshka any update?

Do you plan to include hand model in this? @ildoonet

expecting

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jpizarrom picture jpizarrom  路  6Comments

siddharthrajpatel picture siddharthrajpatel  路  4Comments

Minotaur-CN picture Minotaur-CN  路  4Comments

arnabdeypolimi picture arnabdeypolimi  路  5Comments

GreatGBL picture GreatGBL  路  4Comments