Sachin k

Results 8 comments of Sachin k

Okay 🙂 I will try to find a solution for this. Thanks @ValentinH

Hi @ValentinH How do I get the x,y axis and top, right, bottom, left of the selected image. Which attribute should I use. Thanks in advance !!

I also faced this issue, touch was not working in mobile screen. so I added `onTouchStart` attribute to call the function `onTouchStart={()=> clickedMe()}` Got the solution from : https://github.com/react-grid-layout/react-draggable/issues/550

I am also trying to figure out the conversion from mediapipe facelandmark to world space. Do anyone got solution for this?

> Hi @sachinksachu, > > There is no need to convert the face normalized values to 3D space. Our FaceLandmarker results directly provide 3D coordinates, named face_blendshapes, which can be...

Hi @kuaashish Does the face_blendshapes provides the Category like 'eyeBlinkLeft' , 'eyeBlinkRight' and its score? I have used this result before. Correct me if I am mistaken. Thanks & Regards

Hi @kuaashish My purpose is to show a 3d model based on the position (x,y,z) returned by the mediapipe. So the face_blendshapes cannot be used, am I correct?

Hi @kuaashish Out of the 3 types of result, I tried to use 3-dimensional face landmarks which is a normalized value. I need to make use of this 3D coordinates...