Hi,
I am using MediaPipe Facelandmark (which detect face & provide 3D coordinates of specific landmarks in face based on screen space). I want to make use of this coordinates to move a 3D object in Three JS. But 3D model make use of world space coordinates. How can I map the screen coordinates to 3D coordinates.
Hi, Thanks for the response.
I am getting a bigger value for the x,y coordinates in vector. like 7435887.42. I have used to same logic given above. Is there anything related to the camera perspective.