wolterlw/hand_tracking

Hand landmark 3D model

Closed this issue · 3 comments

I put in hand_landmark_3d.tflite but got this error instead:

kp_orig = (self._pad1(joints) @ Minv.T)[:,:2]
ValueError: matmul: Input operand 1 has a mismatch in its core dimension 0, with gufunc signature (n?,k),(k,m?)->(n?,m?) (size 3 is different from 4)

did you use the 3d landmark fork?

what do you mean?

so this repository does not implement 3d keypoint detection. However there is a fork of the project that supports 3d point regression, you just have to look through the issues and find it.