FORTH-ModelBasedTracker / MonocularRGB_3D_Handpose_WACV18

Using a single RGB frame for real time 3D hand pose estimation in the wild
164 stars 30 forks source link

Details about how to solve IK #22

Open hatsunemiku02 opened 3 years ago

hatsunemiku02 commented 3 years ago

I want to know how to compute jacobi of the loss function (the rotation mat may not orthogonal after optimize ) how to do the fingers rotation angle limit. It will be nice to have some details of self.ba.solve(obs_vec, Core.ParamVector(self.model.init_pose)) (best to have src code of this part) thanks.