FaceMeshFaceGeometry
FaceMeshFaceGeometry copied to clipboard
FaceMeshFaceGeometry for FaceMesh
Calculate dynamic scale to augment perspective camera Example usage - ``` trackedObject.position.copy(track.position) trackedObject.rotation.setFromRotationMatrix(track.rotation) trackedObject.scale.setScalar(originalScale*track.scale) ```
To better feel the 3d and enable orbitControl it was needed, to checkout the code and edit it. I add an gui to easily switch between options See https://remmel.github.io/FaceMeshFaceGeometry/examples/video/index.html
As it looks the tfjs facemesh model is deprecated, do you know of any idea of how to use this with MediaPipe's facemesh instead? https://google.github.io/mediapipe/solutions/face_mesh.html Any guidance would be appreciated,...
- Currently the only issue I'm facing is the static size of the model due to Orthographic camera which leads to undesired behavior - When I move away or close...
Currently, to have materials display correctly, you need to set `side` as `BackSide` or `DoubleSide`. I don't think this is particularly intuitive. I reversed the array in `geometry.js` and it...