SeanChenxy / HandMesh

MIT License
339 stars 69 forks source link

can not detect both hands? #13

Closed zxiaoyusq closed 3 years ago

zxiaoyusq commented 3 years ago

Thanks for your great work! only detect the right hand now?

SeanChenxy commented 3 years ago

Hi, our model only precesses the right hand. In fact, if you want to use it for the left hand, you could flip the image along the X-axis as the input. Then, you can obtain 778 vertex coordinates $(x,y,z)$. Left-hand vertices can be obtained with $x*=-1$.