I want to retarget tensorflowjs landmark-detection array to 3d model, how can i do that?

Hi, I am new to animation and threejs stuff, i have an array of 496 vertices of face which i want to map on 3d chracter’s face, how can i do that?

1 Like

Here is a work-in-progress Threejs Tensorflow example to help get you started.
image
It needs to use your webcam.

git clone https://github.com/techtee-ltd/TensorFlow_Threejs_FaceMesh.git
cd TensorFlow_Threejs_FaceMesh
npm install
npm run dev
4 Likes