Hello to all developers. I am creating an application for capturing movements and converting them into rotations. I want to improve the quality of 3d landmarks conversion.
Your project looks interesting! For improving motion conversion, you might want to refine how you handle offsets along the x-axis—maybe add a correction factor or interpolation for smoother transitions. Have you tried using Inverse Kinematics (IK) to improve accuracy? I’ll check out the demo and share more thoughts!
I’m sorry I answered you late. The method corrects the position of the model’s molars based on the detected body landmarks. It calculates the center between the shoulders and hips to determine the midpoint of the body. Using the average height of the ankles and predefined scaling factors, it calculates the target position of the molar (for example, “センター” or “全の親”). The position is smoothly interpolated using the LERP coefficient to ensure natural movement. Could you rewrite one of the methods using inverse kinematics for understanding, please?